bicep: Emergency fix for matrix postgres auth

I think
This commit is contained in:
Daniel Lovbrotte Olsen 2023-05-23 04:59:31 +02:00
parent 815063744b
commit fdbcd8c884
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
dataDir = "/data/postgresql";
authentication = ''
host all all 127.0.0.2/32 md5
host all all 129.241.210.128/25 md5
host all all 2001:700:300:1900::/64 md5
'';