🔥(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-09-09 17:43:54 +02:00
parent 94e5d69f19
commit b8414bd1d2
7 changed files with 2 additions and 17 deletions
@@ -175,7 +175,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
NODE_EXTRA_CA_CERTS: /cert/cacert.pem
# Extra volume mounts to manage our local custom CA and avoid to set ssl_verify: false
@@ -153,7 +153,6 @@ yProvider:
COLLABORATION_BACKEND_BASE_URL: https://{{ .Values.feature }}-docs.{{ .Values.domain }}
COLLABORATION_LOGGING: true
COLLABORATION_SERVER_ORIGIN: https://{{ .Values.feature }}-docs.{{ .Values.domain }}
COLLABORATION_SERVER_SECRET: my-secret
NODE_OPTIONS: "--max-old-space-size=1024"
docSpec: