1
Fork 0
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:
RGBCube 2024-01-19 16:53:35 +03:00
parent 2f644166f1
commit 00a99c42f5
No known key found for this signature in database

View file

@ -50,8 +50,10 @@
}
];
# https://pgconfigurator.cybertec.at/
settings = {
listen_addresses = lib.mkForce "";
# https://pgconfigurator.cybertec.at/
max_connections = 100;
superuser_reserved_connections = 3;