You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/cluster/confs/proxysql03.cfg

43 lines
581 B

cluster_sync_interfaces=false
admin_variables=
{
admin_credentials="admin:admin;cluster1:secret1pass"
mysql_ifaces="0.0.0.0:26003"
pgsql_ifaces="0.0.0.0:26103"
cluster_username="cluster1"
cluster_password="secret1pass"
}
mysql_variables=
{
interfaces="0.0.0.0:36003"
}
pgsql_variables=
{
interfaces="0.0.0.0:36103"
}
proxysql_servers =
(
{
hostname="127.0.0.1"
port=26001
weight=0
comment="proxysql01"
},
{
hostname="127.0.0.1"
port=26002
weight=0
comment="proxysql02"
},
{
hostname="127.0.0.1"
port=26003
weight=0
comment="proxysql03"
}
)