Merge "Fix wrong db connection string in README.rst file"

This commit is contained in:
Jenkins 2015-06-22 07:36:40 +00:00 committed by Gerrit Code Review
commit 944a96e3d3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Mistral configuration is needed for getting it work correctly either with real O
* Configure connection in Mistral config::
[database]
connection = mysql://root:@localhost:3306/mistral
connection = mysql://root:<password>@localhost:3306/mistral
Before the first run
--------------------