3
0

add variables

This commit is contained in:
Arne Teuke
2025-04-19 12:43:00 +02:00
parent 17ebdef47e
commit 5d378853ac
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"geqo",
"hashagg",
"hashjoin",
"hostssl",
"indexonlyscan",
"indexscan",
"initdb",

View File

@@ -17,4 +17,7 @@ local replication all md5
host replication all 127.0.0.1/32 md5
host replication all ::1/128 md5
host all all 0.0.0.0/0 scram-sha-256
host all all 0.0.0.0/0 scram-sha-256
hostssl all all 0.0.0.0/0 scram-sha-256
host all all 10.0.1.0/24 scram-sha-256
hostssl all all 10.0.1.0/24 scram-sha-256