From 78d6164dd6eee81692bd20fcf5344fc58dff1ad3 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Mon, 3 Feb 2025 17:51:31 -0800 Subject: [PATCH] change back to working configs --- pgdog.toml | 1 - users.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"