chore: change default ports to non-standard ones (9472, 9470, 9471)
This commit is contained in:
@@ -21,7 +21,7 @@ type
|
||||
proc defaultConfig*(): BaraConfig =
|
||||
BaraConfig(
|
||||
address: "127.0.0.1",
|
||||
port: 5432,
|
||||
port: 9472,
|
||||
dataDir: "./data",
|
||||
maxConnections: 1000,
|
||||
walEnabled: true,
|
||||
|
||||
Reference in New Issue
Block a user