Files
synapse/docker/complement/conf
Olivier 'reivilibre a855ee7a72 Add MAS Complement startup and supervisord configuration
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.
2026-04-27 18:26:37 +01:00
..