Merge pull request 'Quick fix' (#34) from huang_h/WebHosting_DMZ:main into main

Reviewed-on: linux/WebHosting_DMZ#34
This commit is contained in:
2026-08-24 18:16:53 +02:00
+11 -11
View File
@@ -163,17 +163,17 @@ services:
- WEB_CONCURRENCY=2
- CORS_ORIGINS=${DRSA_TIERMAKER_URL}
- APP_BASE_URL=${DRSA_TIERMAKER_URL}
- OAUTH2_CLIENT_SECRET= ${MCDA_OAUTH2_SECRET}
- SMTP_HOST= smtp.office365.com
- SMTP_PORT= 587
- SMTP_USER= mcda@psi.ch
- EMAIL_AUTH_MODE= oauth2
- OAUTH2_TENANT_ID= 50f89ee2-f910-47c5-9913-a6ea08928f11
- OAUTH2_CLIENT_ID= 201ba262-3c76-41fb-8942-dcefb7729caa
- OAUTH2_SCOPE= https://outlook.office365.com/.default
- OAUTH2_USERNAME= mcda@psi.ch
- SMTP_USE_TLS= true
- EMAIL_FROM= mcda@psi.ch
- OAUTH2_CLIENT_SECRET=${MCDA_OAUTH2_SECRET}
- SMTP_HOST=smtp.office365.com
- SMTP_PORT=587
- SMTP_USER=mcda@psi.ch
- EMAIL_AUTH_MODE=oauth2
- OAUTH2_TENANT_ID=50f89ee2-f910-47c5-9913-a6ea08928f11
- OAUTH2_CLIENT_ID=201ba262-3c76-41fb-8942-dcefb7729caa
- OAUTH2_SCOPE=https://outlook.office365.com/.default
- OAUTH2_USERNAME=mcda@psi.ch
- SMTP_USE_TLS=true
- EMAIL_FROM=mcda@psi.ch
networks:
- backend
- drsa_tiermaker_backend