Update links in default template
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
# MaxScale documentation on GitHub:
|
# MaxScale documentation on GitHub:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Documentation-Contents.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Documentation-Contents.md
|
||||||
|
|
||||||
# Global parameters
|
# Global parameters
|
||||||
#
|
#
|
||||||
# Complete list of configuration options:
|
# Complete list of configuration options:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Getting-Started/Configuration-Guide.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Getting-Started/Configuration-Guide.md
|
||||||
|
|
||||||
[maxscale]
|
[maxscale]
|
||||||
threads=1
|
threads=1
|
||||||
@ -25,7 +25,7 @@ protocol=MySQLBackend
|
|||||||
#
|
#
|
||||||
# This will keep MaxScale aware of the state of the servers.
|
# This will keep MaxScale aware of the state of the servers.
|
||||||
# MySQL Monitor documentation:
|
# MySQL Monitor documentation:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Monitors/MySQL-Monitor.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Monitors/MySQL-Monitor.md
|
||||||
|
|
||||||
[MySQL Monitor]
|
[MySQL Monitor]
|
||||||
type=monitor
|
type=monitor
|
||||||
@ -42,7 +42,7 @@ monitor_interval=10000
|
|||||||
#
|
#
|
||||||
|
|
||||||
# ReadConnRoute documentation:
|
# ReadConnRoute documentation:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Routers/ReadConnRoute.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Routers/ReadConnRoute.md
|
||||||
|
|
||||||
[Read-Only Service]
|
[Read-Only Service]
|
||||||
type=service
|
type=service
|
||||||
@ -53,7 +53,7 @@ passwd=mypwd
|
|||||||
router_options=slave
|
router_options=slave
|
||||||
|
|
||||||
# ReadWriteSplit documentation:
|
# ReadWriteSplit documentation:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Routers/ReadWriteSplit.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Routers/ReadWriteSplit.md
|
||||||
|
|
||||||
[Read-Write Service]
|
[Read-Write Service]
|
||||||
type=service
|
type=service
|
||||||
@ -65,7 +65,7 @@ max_slave_connections=100%
|
|||||||
|
|
||||||
# This service enables the use of the MaxAdmin interface
|
# This service enables the use of the MaxAdmin interface
|
||||||
# MaxScale administration guide:
|
# MaxScale administration guide:
|
||||||
# https://github.com/mariadb-corporation/MaxScale/blob/master/Documentation/Reference/MaxAdmin.md
|
# https://github.com/mariadb-corporation/MaxScale/blob/2.1/Documentation/Reference/MaxAdmin.md
|
||||||
|
|
||||||
[MaxAdmin Service]
|
[MaxAdmin Service]
|
||||||
type=service
|
type=service
|
||||||
|
Reference in New Issue
Block a user