initial commit
This commit is contained in:
commit
f6b4c20e4a
14 changed files with 160 additions and 0 deletions
5
rootfs/etc/confd/conf.d/pg_hba.conf.toml
Normal file
5
rootfs/etc/confd/conf.d/pg_hba.conf.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[template]
|
||||
src = "pg_hba.conf.tmpl"
|
||||
dest = "/var/lib/postgresql/data/pg_hba.conf"
|
||||
gid = 70
|
||||
uid = 70
|
3
rootfs/etc/confd/templates/pg_hba.conf.tmpl
Normal file
3
rootfs/etc/confd/templates/pg_hba.conf.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
local all all trust
|
||||
hostssl all all 0.0.0.0/0 md5
|
||||
host all all ::1/128 trust
|
Loading…
Add table
Add a link
Reference in a new issue