Add example 'mysql:server:root_user' key-value pair.

This commit is contained in:
Matthew X. Economou 2015-05-18 10:49:17 -04:00
parent 524b6e981c
commit 026c5cea4a

View file

@ -1,5 +1,7 @@
mysql:
server:
# Use this account for database admin (defaults to root)
root_user: 'admin'
# root_password: False - to have root@localhost without password
root_password: 'somepass'
user: mysql