chore(etna): set postgresql port correctly
This commit is contained in:
parent
f4dfac08e1
commit
c74b037a84
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
|
||||
port = 5432;
|
||||
settings.port = 5432;
|
||||
enableTCPIP = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue