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/infra/control/proxysql-cluster-node.cnf

15 lines
282 B

admin_variables=
{
admin_credentials="admin:admin;radmin:radmin;cluster1:secret1pass"
mysql_ifaces="0.0.0.0:6032"
cluster_username="cluster1"
cluster_password="secret1pass"
}
mysql_variables=
{
threads=4
max_connections=2048
interfaces="0.0.0.0:6033"
}