MXS-1220: Add service parameters to service resource
The service resource now exposes the parameters that were given to it. This allows general service parameters to be changed at runtime through the REST API.
This commit is contained in:

committed by
Markus Mäkelä

parent
fc887c7f5f
commit
722ca4c8d1
@ -60,6 +60,7 @@ extern const char CN_FILTERS[];
|
||||
extern const char CN_FILTER[];
|
||||
extern const char CN_GATEWAY[];
|
||||
extern const char CN_LISTENER[];
|
||||
extern const char CN_LISTENERS[];
|
||||
extern const char CN_LOCALHOST_MATCH_WILDCARD_HOST[];
|
||||
extern const char CN_LOG_AUTH_WARNINGS[];
|
||||
extern const char CN_LOG_THROTTLING[];
|
||||
|
Reference in New Issue
Block a user