Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 3.56 KB

README.md

File metadata and controls

19 lines (17 loc) · 3.56 KB

Docker image of synapse with baked-in configuration

Environment variables

Variable Required Description
POSTGRES_PASSWORD Yes Postgres db password
POSTGRES_DATABASE defaults to synapse Postgres database
POSTGRES_USER defaults to postgres Postgres user
POSTGRES_HOST defaults to db.local Postgres host
POSTGRES_PORT defaults to 5432 Postgres port
REGISTRATION_SHARED_SECRET Yes Synapse registration_shared_secret
MACAROON_SECRET_KEY Yes Synapse macaroon_secret_key
FORM_SECRET Yes Synapse form_secret
JWT_SECRET Yes Synapse JWT secret
SIGNING_KEY Yes Content of synapse signing_key_path file
SERVER_NAME defaults to whitewater.guide Synapse server name
PUBLIC_BASEURL defaults to https://synapse.whitewater.guide/ Synapse public baseurl
LOG_LEVEL defaults to warn Synapse log level