MXS-1220: Add admin interface parameters to /maxscale/ resource

The admin interface parameters are now a part of the /maxscale/ resource.
This commit is contained in:
Markus Mäkelä
2017-05-20 11:04:15 +03:00
parent e6f79953b9
commit 69be4d263f
3 changed files with 9 additions and 7 deletions

View File

@ -75,9 +75,7 @@ extern const char CN_ADDRESS[];
extern const char CN_ADMIN_AUTH[];
extern const char CN_ADMIN_ENABLED[];
extern const char CN_ADMIN_HOST[];
extern const char CN_ADMIN_PASSWORD[];
extern const char CN_ADMIN_PORT[];
extern const char CN_ADMIN_USER[];
extern const char CN_ADMIN_SSL_KEY[];
extern const char CN_ADMIN_SSL_CERT[];
extern const char CN_ADMIN_SSL_CA_CERT[];