Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.mxs1713_lots_of_databases
Johan Wikman 5ebd237a4f MXS-2290 Replace whitespace is section names with -
Whitespace in section names have been deprecated since 2.2 and will
be rejected in 2.4. Consequently, the configuration files of the
system tests must be updated.
2019-01-24 17:45:10 +02:00

39 lines
528 B
Plaintext

[maxscale]
threads=###threads###
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=server1
user=maxskysql
password=skysql
[Sharding-router]
type=service
router=schemarouter
servers=server1
user=maxskysql
password=skysql
[Sharding-Listener]
type=listener
service=Sharding-router
protocol=MySQLClient
port=4006
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default
[server1]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend