mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Update shard.conf.example
This commit is contained in:
parent
e5079997fd
commit
d61519f170
@ -5,6 +5,9 @@ daemon=true
|
||||
# Loaded Plugins
|
||||
plugins=shard,admin
|
||||
|
||||
# Defines the number of worker processes.
|
||||
worker-processes=1
|
||||
|
||||
# Proxy Configuration, For eaxmlpe: MySQL master host ip is 192.0.0.1 and salve host ip is 192.0.0.2
|
||||
proxy-address=0.0.0.0:6001
|
||||
proxy-backend-addresses=192.0.0.1:3306@data1,192.0.0.1:3307@data2,192.0.0.1:3308@data3,192.0.0.1:3309@data4
|
||||
|
Loading…
Reference in New Issue
Block a user