6 lines
137 B
YAML
Raw Normal View History

2022-05-26 23:49:06 -04:00
postgresql_config: /etc/postgresql/13/main/pg_hba.conf
postgresql_listen: "*"
2022-06-27 20:21:25 -04:00
postgresql_trust:
- "172.16.0.0/12"
- "192.168.0.0/16"