mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
talk between mas and synapse via the lb
This commit is contained in:
@@ -56,7 +56,7 @@ passwords:
|
|||||||
matrix:
|
matrix:
|
||||||
homeserver: ${DOMAIN}
|
homeserver: ${DOMAIN}
|
||||||
secret: '${SECRETS_MAS_MATRIX_SECRET}'
|
secret: '${SECRETS_MAS_MATRIX_SECRET}'
|
||||||
endpoint: http://synapse:8008/
|
endpoint: https://${HOMESERVER_FQDN}/
|
||||||
|
|
||||||
# please keep config above this point as close as possible to the original generated config
|
# please keep config above this point as close as possible to the original generated config
|
||||||
# so that upstream generated config changes can be detected
|
# so that upstream generated config changes can be detected
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ email:
|
|||||||
experimental_features:
|
experimental_features:
|
||||||
msc3861: # OIDC
|
msc3861: # OIDC
|
||||||
enabled: true
|
enabled: true
|
||||||
issuer: http://mas:8080/
|
issuer: https://${DOMAIN}/
|
||||||
client_id: ${MAS_CLIENT_ID}
|
client_id: ${MAS_CLIENT_ID}
|
||||||
client_auth_method: client_secret_basic
|
client_auth_method: client_secret_basic
|
||||||
client_secret: '${SECRETS_MAS_CLIENT_SECRET}'
|
client_secret: '${SECRETS_MAS_CLIENT_SECRET}'
|
||||||
|
|||||||
Reference in New Issue
Block a user