bicep: Revert postgres socket stuff

This commit is contained in:
2023-09-13 03:57:09 +02:00
parent 437219bb68
commit 201e3d306b
2 changed files with 5 additions and 6 deletions

View File

@@ -11,9 +11,8 @@ in
dataDir = "/data/postgresql";
authentication = ''
local all all md5
host all all 129.241.210.128/25 md5
host all all 2001:700:300:1900::/64 md5
host all all 129.241.210.128/25 md5
host all all 2001:700:300:1900::/64 md5
'';
# Hilsen https://pgconfigurator.cybertec-postgresql.com/