mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-26 11:35:05 +02:00
All installation guides are updated to add the instructions about how to deploy docs with yhub.
12 lines
669 B
Plaintext
12 lines
669 B
Plaintext
# Conversion service (y-provider), and the backend side of it: this file is
|
|
# loaded by both. It serves the format conversion and nothing else — the
|
|
# collaboration moved to the yhub service, see env.d/yhub.
|
|
Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api/
|
|
# Exempts the calls the collaboration server makes to the backend from the API
|
|
# throttling. Repeat the value in env.d/yhub, which is what sends it.
|
|
Y_PROVIDER_API_KEY=<generate a random key>
|
|
COLLABORATION_SERVER_ORIGIN=https://${DOCS_HOST}
|
|
# The backend it fetches the JWKS from, to verify the tokens it is called with.
|
|
COLLABORATION_BACKEND_BASE_URL=https://${DOCS_HOST}
|
|
COLLABORATION_LOGGING=true
|