Fix wrong db connection string in README.rst file

* add password placeholder in db connection configuration.

Change-Id: I322c92f6b01f7e54b9fec9e073fea6458d6c74ed
This commit is contained in:
LingxianKong 2015-06-16 17:16:44 +08:00
parent 7f4f19fbe1
commit a9cbe868ea
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
--------------------