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.
123456789 |
- database:
- name: psycopg2
- args:
- user: synapse
- password: PG_PASS
- dbname: synapse
- host: db
- cp_min: 5
- cp_max: 10
|