2021-03-10 12:01:16 +01:00
|
|
|
postgresql:
|
|
|
|
version: 11
|
|
|
|
hosts: # dbname, username, CIDR ip addr, auth method
|
|
|
|
- [ "etherpad", "etherpad", "10.128.0.150", "md5" ]
|
|
|
|
- [ "codimd", "codimd", "10.128.0.150", "md5" ]
|
2021-03-10 12:43:08 +01:00
|
|
|
- [ "synapse", "synapse", "10.128.0.56", "md5" ]
|