1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-18 13:44:43 -04:00
Synapse-Ubuntu-ZFS/srv/Matrix-Docker-Compose/syncv3.env

6 lines
216 B
Bash
Raw Normal View History

SYNCV3_SERVER='https://matrix.arcticfoxes.net'
POSTGRES_PASSWORD='REDACTED'
SYNCV3_DB="host=/var/run/postgresql dbname=syncv3 user=syncv3 password=${POSTGRES_PASSWORD}"
SYNCV3_SECRET='REDACTED'
SYNCV3_MAX_DB_CONN=20