Files
MaxScale/system-test/cnf/maxscale.cnf.template.xpand_basics
2020-10-22 15:28:10 +03:00

52 lines
711 B
Plaintext

[maxscale]
threads=###threads###
log_info=1
###xpand_server###
[Xpand-Monitor]
type=monitor
module=xpandmon
servers=###xpand_server_line###
user=maxskysql
password=skysql
[RWS]
type=service
router=readwritesplit
cluster=Xpand-Monitor
user=maxskysql
password=skysql
slave_selection_criteria=LEAST_GLOBAL_CONNECTIONS
max_slave_connections=1
[RCR]
type=service
router=readconnroute
router_options=master
cluster=Xpand-Monitor
user=maxskysql
password=skysql
[RWS-Listener]
type=listener
service=RWS
protocol=MySQLClient
port=4006
[RCR-Listener]
type=listener
service=RCR
protocol=MySQLClient
port=4008
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default