diff --git a/system-test/cnf/maxscale.cnf.template.proxy_protocol b/system-test/cnf/maxscale.cnf.template.proxy_protocol index 9f3217961..6a0086bec 100644 --- a/system-test/cnf/maxscale.cnf.template.proxy_protocol +++ b/system-test/cnf/maxscale.cnf.template.proxy_protocol @@ -18,40 +18,12 @@ servers=server1 user=maxskysql password=skysql -[Read-Connection-Router-Slave] -type=service -router=readconnroute -router_options= slave -servers=server1 -user=maxskysql -password=skysql - -[Read-Connection-Router-Master] -type=service -router=readconnroute -router_options=master -servers=server1 -user=maxskysql -password=skysql - [RW-Split-Listener] type=listener service=RW-Split-Router protocol=MySQLClient port=4006 -[Read-Connection-Listener-Slave] -type=listener -service=Read-Connection-Router-Slave -protocol=MySQLClient -port=4009 - -[Read-Connection-Listener-Master] -type=listener -service=Read-Connection-Router-Master -protocol=MySQLClient -port=4008 - [CLI] type=service router=cli