orm: temporarily disable SSL on postgres

This commit is contained in:
Katherina Walshe-Grey 2025-03-07 23:39:34 +00:00
parent 00ce03ae11
commit d1b1e0f0ca

View file

@ -43,7 +43,8 @@
enableTCPIP = true;
settings = {
port = 5432;
ssl = true;
# TODO: fix SSL
# ssl = true;
};
# only allow remote connections from within birdsong vpn
# TODO: don't hardcode the IP addresses