diff --git a/pgdog.toml b/pgdog.toml index 509ad01..1aee8b5 100644 --- a/pgdog.toml +++ b/pgdog.toml @@ -10,7 +10,6 @@ shutdown_timeout = 5_000 [[databases]] name = "pgdog" host = "127.0.0.1" -port = 5433 # # Admin database password. diff --git a/users.toml b/users.toml index 5674f20..1be87b0 100644 --- a/users.toml +++ b/users.toml @@ -9,8 +9,8 @@ name = "pgdog" database = "pgdog" password = "pgdog" -replication_mode = true -replication_sharding = "pgdog_sharded" +# replication_mode = true +# replication_sharding = "pgdog_sharded" [[users]] name = "pgdog_replication"