orm: temporarily disable SSL on postgres
This commit is contained in:
parent
00ce03ae11
commit
d1b1e0f0ca
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue