chore: change default ports to non-standard ones (9472, 9470, 9471)

This commit is contained in:
2026-05-06 23:23:29 +03:00
parent be370fb76b
commit 9b7ed1fca8
29 changed files with 166 additions and 166 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type
proc defaultClientConfig*(): ClientConfig =
ClientConfig(
host: "127.0.0.1",
port: 5432,
port: 9472,
database: "default",
username: "admin",
password: "",