feat: add build restproxy to the input

This commit is contained in:
zhangsz
2025-03-06 20:11:02 +08:00
parent e6b570488c
commit e9c7f4fa2c
16 changed files with 379 additions and 17 deletions

View File

@@ -0,0 +1,26 @@
[db0]
enable=on
role=master
host_ip=192.168.1.211
host_port=3306
db_name=boss
client_name=root
client_pwd=123456
[db1]
enable=on
role=slave
host_ip=192.168.1.211
host_port=3306
db_name=boss
client_name=root
client_pwd=123456
[db2]
enable=on
role=slave
host_ip=192.168.1.211
host_port=3306
db_name=boss
client_name=root
client_pwd=123456