Files
MaxScale/system-test/cnf/maxscale.cnf.template.cache_runtime
Esa Korhonen 08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +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