chore: change default ports to non-standard ones (9472, 9470, 9471)
This commit is contained in:
@@ -241,7 +241,7 @@ type
|
||||
|
||||
proc defaultConfig*(): ClientConfig =
|
||||
ClientConfig(
|
||||
host: "127.0.0.1", port: 5432, database: "default",
|
||||
host: "127.0.0.1", port: 9472, database: "default",
|
||||
username: "admin", password: "", timeoutMs: 30000, maxRetries: 3,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user