Added files

This commit is contained in:
2026-04-06 20:25:40 -05:00
parent 4b67f50afc
commit ebd573499d
4 changed files with 94 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Postgres
POSTGRES_DB=synapse
POSTGRES_USER=synapse
POSTGRES_PASSWORD=changeme
# Synapse
SYNAPSE_SERVER_NAME=chat.example.com
# Element Admin
REACT_APP_SERVER=https://chat.example.com
REACT_APP_REGISTRATION_ENABLED=false