Fix password documentation

The old parameter was used in some examples and no note about its removal
was in the parameter.
This commit is contained in:
Markus Mäkelä
2018-11-04 21:22:40 +02:00
parent 3300bfd17f
commit a883a4f3e0
25 changed files with 54 additions and 51 deletions

View File

@ -49,7 +49,7 @@ type=service
router=schemarouter
servers=accounts_west,accounts_east
user=sharduser
passwd=YqztlYGDvZ8tVMe3GUm9XCwQi
password=YqztlYGDvZ8tVMe3GUm9XCwQi
```
After this we configure a listener for the service. The listener is the actual port the user connects to. We will use the port 4000.
@ -70,7 +70,7 @@ type=monitor
module=mariadbmon
servers=accounts_west,accounts_east
user=monitoruser
passwd=7SP1Zcsow8TG+9EkEBVEbaKa
password=7SP1Zcsow8TG+9EkEBVEbaKa
monitor_interval=1000
```