blob: 1f6221f4fae3c9d170afd42ff39260d39e52e569 [file] [log] [blame]
## Common secrets ##
registration_shared_secret: "$(SYNAPSE_REGISTRATION_SHARED_SECRET)"
macaroon_secret_key: "$(SYNAPSE_MACAROON_SECRET_KEY)"
worker_replication_secret: "$(WORKER_REPLICATION_SECRET)"
## Database ##
database:
name: "psycopg2"
args:
user: "synapse"
password: "$(POSTGRES_PASSWORD)"
database: "synapse"
host: "waw3-postgres"
port: "5432"
cp_min: 5
cp_max: 10
## Replication Redis ##
redis:
enabled: true
host: "redis"
password: "$(REDIS_PASSWORD)"