Matrix server automated install
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

homeserver.yaml.db 144B

123456789
  1. database:
  2. name: psycopg2
  3. args:
  4. user: matrix_synapse
  5. password: PG_PASS
  6. dbname: synapse
  7. host: db
  8. cp_min: 5
  9. cp_max: 10