🚚(collaboration) change the websocket url name

We will have 2 urls targeting the server, better
to improve the naming to avoid confusion.
This commit is contained in:
Anthony LC
2024-12-03 15:07:21 +01:00
committed by Anthony LC
parent 57ed08994b
commit aff036d9fb
8 changed files with 14 additions and 11 deletions

View File

@@ -372,8 +372,8 @@ class Base(Configuration):
SENTRY_DSN = values.Value(None, environ_name="SENTRY_DSN", environ_prefix=None)
# Collaboration
COLLABORATION_SERVER_URL = values.Value(
None, environ_name="COLLABORATION_SERVER_URL", environ_prefix=None
COLLABORATION_WS_URL = values.Value(
None, environ_name="COLLABORATION_WS_URL", environ_prefix=None
)
# Frontend