Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.binlog_enc_aes_ctr
Markus Mäkelä dd8402dd94 Update binlogrouter test configurations
Updated the binlogrouter test configurations to use correct options. Also
removed commented out sections and obsolete configurations.
2018-07-17 11:52:15 +03:00

27 lines
574 B
Plaintext
Executable File

[maxscale]
threads=###threads###
[Binlog_Service]
type=service
router=binlogrouter
user=skysql
password=skysql
version_string=5.6.15-log
router_options=server_id=3,user=repl,password=repl,longburst=500,heartbeat=30,binlogdir=/var/lib/maxscale/Binlog_Service,mariadb10-compatibility=1,encrypt_binlog=1,encryption_key_file=/etc/mariadb_binlog_keys.txt,encryption_algorithm=aes_ctr
[Binlog Listener]
type=listener
service=Binlog_Service
protocol=MySQLClient
port=5306
[CLI]
type=service
router=cli
[CLI Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default