Try without domain
This commit is contained in:
parent
4475a05b40
commit
0dd99c0cd3
|
@ -402,7 +402,7 @@ data:
|
|||
|
||||
proxysql_servers =
|
||||
(
|
||||
{ hostname = "proxysql-0.proxysqlcluster", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-1.proxysqlcluster", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-2.proxysqlcluster", port = 6032, weight = 1 }
|
||||
{ hostname = "proxysql-0", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-1", port = 6032, weight = 1 },
|
||||
{ hostname = "proxysql-2", port = 6032, weight = 1 }
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue