mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-26 11:35:05 +02:00
COLLABORATION_SERVER_SECRET is no longer used in the codebase, so we can remove it from the codebase.
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api/
|
|
Y_PROVIDER_API_KEY=<generate a random key>
|
|
COLLABORATION_SERVER_ORIGIN=https://${DOCS_HOST}
|
|
COLLABORATION_BACKEND_BASE_URL=https://${DOCS_HOST}
|
|
COLLABORATION_LOGGING=true |