MXS-1884 Clarify what a list means

This commit is contained in:
Johan Wikman 2018-06-12 12:46:50 +03:00
parent f87fc45511
commit f5f454a29b

View File

@ -17,11 +17,14 @@ For more details about the standard service parameters, refer to the
### Router Options
**`router_options`** can contain a list of valid server roles. These roles
are used as the valid types of servers the router will form connections to
when new sessions are created.
**`router_options`** can contain a comma separated list of valid server
roles. These roles are used as the valid types of servers the router will
form connections to when new sessions are created.
Examples:
```
router_options=slave
router_options=slave
router_options=master,slave
```
Here is a list of all possible values for the `router_options`.