mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
bicep: Emergency fix for matrix postgres auth
I think
This commit is contained in:
parent
815063744b
commit
fdbcd8c884
@ -8,6 +8,8 @@
|
|||||||
dataDir = "/data/postgresql";
|
dataDir = "/data/postgresql";
|
||||||
|
|
||||||
authentication = ''
|
authentication = ''
|
||||||
|
host all all 127.0.0.2/32 md5
|
||||||
|
|
||||||
host all all 129.241.210.128/25 md5
|
host all all 129.241.210.128/25 md5
|
||||||
host all all 2001:700:300:1900::/64 md5
|
host all all 2001:700:300:1900::/64 md5
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user