mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-22 04:45:30 +00:00
a855ee7a72
When SYNAPSE_COMPLEMENT_USE_MAS=true, the start_for_complement.sh entrypoint now: - Creates the MAS PostgreSQL database - Generates and patches MAS config (listeners, matrix connection, admin OAuth2 client, rate limiting) - Runs MAS database migrations and config sync - Writes the Synapse MAS integration config snippet A supervisord config for the MAS server process is included, gated on the START_MAS environment variable so it only starts when MAS is enabled.