configure postgres for services-bdd-ovh

pull/31/head
otthorn 3 years ago
parent 452b605fc2
commit 64ae2a8521

@ -0,0 +1,5 @@
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" ]
Loading…
Cancel
Save