MXS-2214: Fix object names in documentation
The object names now always use a valid and supported form.
This commit is contained in:
@ -8,7 +8,7 @@ needs to be configured and the filter needs to be applied to the service.
|
||||
Here is an example service which has the hint filter configured and applied.
|
||||
|
||||
```
|
||||
[Read Service]
|
||||
[Read-Service]
|
||||
type=service
|
||||
router=readconnroute
|
||||
router_options=master
|
||||
|
||||
@ -58,13 +58,13 @@ An example configuration looks as follows:
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[MaxAdmin Unix Listener]
|
||||
[MaxAdmin-Unix-Listener]
|
||||
type=listener
|
||||
service=MaxAdmin
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
|
||||
[MaxAdmin Inet Listener]
|
||||
[MaxAdmin-Inet-Listener]
|
||||
type=listener
|
||||
service=MaxAdmin
|
||||
protocol=maxscaled
|
||||
|
||||
Reference in New Issue
Block a user