talk between mas and synapse via the lb

This commit is contained in:
Matthew Hodgson
2024-11-05 00:23:06 +00:00
parent 2be8d772b4
commit cf18bcbcb0
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ passwords:
matrix:
homeserver: ${DOMAIN}
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
# so that upstream generated config changes can be detected

View File

@@ -95,7 +95,7 @@ email:
experimental_features:
msc3861: # OIDC
enabled: true
issuer: http://mas:8080/
issuer: https://${DOMAIN}/
client_id: ${MAS_CLIENT_ID}
client_auth_method: client_secret_basic
client_secret: '${SECRETS_MAS_CLIENT_SECRET}'