chore(etna): set postgresql port correctly

This commit is contained in:
uku 2025-01-07 10:39:15 +01:00
parent f4dfac08e1
commit c74b037a84
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -5,7 +5,7 @@
enable = true;
package = pkgs.postgresql_16;
port = 5432;
settings.port = 5432;
enableTCPIP = true;
};