make syn+mas+EW work

This commit is contained in:
Matthew Hodgson
2024-11-05 00:13:02 +00:00
parent ce7b94a1ac
commit 2be8d772b4
5 changed files with 111 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ http:
- fd00::/8
- ::1/128
public_base: https://${MAS_FQDN}/
issuer: https://${MAS_FQDN}/
issuer: https://${DOMAIN}/
database:
host: postgres
database: mas
@@ -54,9 +54,9 @@ passwords:
algorithm: argon2id
minimum_complexity: 3
matrix:
homeserver: localhost:8008
homeserver: ${DOMAIN}
secret: '${SECRETS_MAS_MATRIX_SECRET}'
endpoint: http://localhost:8008/
endpoint: http://synapse:8008/
# please keep config above this point as close as possible to the original generated config
# so that upstream generated config changes can be detected