MXS-2601: Remove MaxAdmin from example config
This commit is contained in:
parent
0996b9217a
commit
7e72f853a2
@ -233,7 +233,6 @@ install_file(${CMAKE_SOURCE_DIR}/LICENSE.TXT core)
|
||||
install_file(${CMAKE_SOURCE_DIR}/LICENSE-THIRDPARTY.TXT core)
|
||||
install_file(etc/lsyncd_example.conf core)
|
||||
install_manual(Documentation/maxscale.1 1 core)
|
||||
install_file(${CMAKE_SOURCE_DIR}/server/maxscale_binlogserver_template.cnf core)
|
||||
install_file(${CMAKE_SOURCE_DIR}/etc/logrotate.d/maxscale_logrotate core)
|
||||
|
||||
# For devel package, these files are put to the base folder
|
||||
|
@ -62,14 +62,6 @@ servers=server1
|
||||
user=myuser
|
||||
password=mypwd
|
||||
|
||||
# This service enables the use of the MaxAdmin interface
|
||||
# MaxScale administration guide:
|
||||
# https://mariadb.com/kb/en/mariadb-maxscale-23-maxadmin-admin-interface/
|
||||
|
||||
[MaxAdmin-Service]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
# Listener definitions for the services
|
||||
#
|
||||
# These listeners represent the ports the
|
||||
@ -87,9 +79,3 @@ type=listener
|
||||
service=Read-Write-Service
|
||||
protocol=MariaDBClient
|
||||
port=4006
|
||||
|
||||
[MaxAdmin-Listener]
|
||||
type=listener
|
||||
service=MaxAdmin-Service
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
|
Loading…
x
Reference in New Issue
Block a user