🔥(project) remove occurences of COLLABORATION_SERVER_SECRET

COLLABORATION_SERVER_SECRET is no longer used in the codebase,
so we can remove it from the codebase.
This commit is contained in:
Anthony LC
2026-08-05 15:55:23 +02:00
committed by Anthony LC
parent 10eb434364
commit ebacc97d41
7 changed files with 2 additions and 17 deletions
@@ -134,7 +134,6 @@ yProvider:
COLLABORATION_BACKEND_BASE_URL: https://docs.127.0.0.1.nip.io
COLLABORATION_LOGGING: true
COLLABORATION_SERVER_ORIGIN: https://docs.127.0.0.1.nip.io
COLLABORATION_SERVER_SECRET: my-secret
ingress:
enabled: true
+1 -1
View File
@@ -93,7 +93,7 @@ If you are using an external service, you need to set `REDIS_URL` environment va
The Y provider service enables collaboration through websockets.
Generates a secure key for `Y_PROVIDER_API_KEY` and `COLLABORATION_SERVER_SECRET` in ``env.d/yprovider``.
Generates a secure key for `Y_PROVIDER_API_KEY` in ``env.d/yprovider``.
### Docs