5 lines
185 B
C++
5 lines
185 B
C++
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" ]
|