♻️(yhub) create dedicated file for environment variables in development

For now the environment variable for yhub were added to the common file.
This number of environment is growing and is specific to yhub so we
decided to create a dedicated file for yhub
This commit is contained in:
Manuel Raynaud
2026-09-02 09:41:53 +02:00
parent 15e5583a7a
commit e9f0ef3cfc
6 changed files with 48 additions and 23 deletions
-9
View File
@@ -37,15 +37,6 @@ AWS_S3_ACCESS_KEY_ID=impress
AWS_S3_SECRET_ACCESS_KEY=password
MEDIA_BASE_URL=http://localhost:8083
# The same bucket, read by yhub's soft migration under names of its own: the
# bucket the collaboration server migrates *out of* is not the one it will
# persist *into* once the S3 persistence plugin is turned on, so it does not
# read the backend's AWS_S3_* settings. Locally they hold the same minio, and
# an override of the three above wants the same override here.
LEGACY_S3_ENDPOINT_URL=http://minio:9000
LEGACY_S3_ACCESS_KEY_ID=impress
LEGACY_S3_SECRET_ACCESS_KEY=password
# OIDC
OIDC_OP_JWKS_ENDPOINT=http://nginx:8083/realms/impress/protocol/openid-connect/certs
OIDC_OP_AUTHORIZATION_ENDPOINT=http://localhost:8083/realms/impress/protocol/openid-connect/auth