mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 17:45:12 +02:00
♻️(yhub) prefix S3 envirionment variables used by the migration
We want to allow the usage of different buckets when migrating legascy documents.
This commit is contained in:
@@ -37,6 +37,15 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user