Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.cache_runtime
Markus Mäkelä d51a21faf7 Remove passwd from test configurations
As the parameter will be removed in 2.3, the test configurations need to
be updated.
2018-07-17 11:52:14 +03:00

52 lines
677 B
Plaintext

[maxscale]
threads=###threads###
log_warning=1
[server1]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=server1
user=maxskysql
password=skysql
monitor_interval=1000
detect_stale_master=false
[Cache]
type=filter
module=cache
enabled=false
hard_ttl=16
soft_ttl=8
debug=31
[RWS]
type=service
router= readwritesplit
servers=server1
user=maxskysql
password=skysql
filters=Cache
[RWS-Listener]
type=listener
service=RWS
protocol=MySQLClient
port=4006
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
#address=localhost
socket=default