You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/master/ecosystem_components/pgdog.adoc
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,11 @@ Create `pgdog.toml`:
75
75
76
76
[source,toml]
77
77
----
78
+
[general]
79
+
host = "0.0.0.0"
80
+
port = 6432
81
+
default_pool_size = 10
82
+
78
83
# ---- ivory_shard: shard across two IvorySQL backends ----
79
84
# host, port, and database_name need to be modified according to your actual setup if you are not using the environment built with the docker-compose provided in this document
80
85
[[databases]]
@@ -132,8 +137,6 @@ Please modify the `volumes` field according to the actual location of your confi
132
137
# Sharding test topology (standalone compose): 2 shard backends.
133
138
# ivory-shard0 IvorySQL 5.4 (pg) host:5443
134
139
# ivory-shard1 IvorySQL 5.4 (pg) host:5444
135
-
# pgdog-shard PgDog sharding proxy host:6433
136
-
# -> database ivory_shard sharded across ivory-shard0/1
0 commit comments