See if this fixes proxysql
This commit is contained in:
parent
4a09055ea7
commit
73148107e9
|
@ -402,7 +402,7 @@ data:
|
|||
|
||||
proxysql_servers =
|
||||
(
|
||||
{ hostname = "proxysql-0", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-1", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-2", port = 6032, weight = 1 }
|
||||
{ hostname = "proxysql-0.proxysql", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-1.proxysql", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-2.proxysql", port = 6032, weight = 1 }
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue