This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new b8eaf3b Rename example config datasource name, keep the same with
rules node. (#13938)
b8eaf3b is described below
commit b8eaf3b84656397097047d7a8e45a482fe8611ac
Author: Zonglei Dong <[email protected]>
AuthorDate: Mon Dec 6 13:43:34 2021 +0800
Rename example config datasource name, keep the same with rules node.
(#13938)
---
.../src/main/resources/conf/config-database-discovery.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-database-discovery.yaml
b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-database-discovery.yaml
index a8c2bd1..6ed7371 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-database-discovery.yaml
+++
b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/config-database-discovery.yaml
@@ -25,7 +25,7 @@
#schemaName: database_discovery_db
#
#dataSources:
-# primary_ds:
+# ds_0:
# url: jdbc:postgresql://127.0.0.1:5432/demo_primary_ds
# username: postgres
# password: postgres
@@ -34,7 +34,7 @@
# maxLifetimeMilliseconds: 1800000
# maxPoolSize: 50
# minPoolSize: 1
-# replica_ds_0:
+# ds_1:
# url: jdbc:postgresql://127.0.0.1:5432/demo_replica_ds_0
# username: postgres
# password: postgres
@@ -43,7 +43,7 @@
# maxLifetimeMilliseconds: 1800000
# maxPoolSize: 50
# minPoolSize: 1
-# replica_ds_1:
+# ds_2:
# url: jdbc:postgresql://127.0.0.1:5432/demo_replica_ds_1
# username: postgres
# password: postgres