mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Don't bind to localhost in postgres
This commit is contained in:
parent
2f644166f1
commit
00a99c42f5
1 changed files with 3 additions and 1 deletions
|
@ -50,8 +50,10 @@
|
|||
}
|
||||
];
|
||||
|
||||
# https://pgconfigurator.cybertec.at/
|
||||
settings = {
|
||||
listen_addresses = lib.mkForce "";
|
||||
|
||||
# https://pgconfigurator.cybertec.at/
|
||||
max_connections = 100;
|
||||
superuser_reserved_connections = 3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue