Add database connection example to README file.

Add example to show the format of updating the "connection"
field in the refstack.conf file for MySQL backend database.

Change-Id: I68b7d9e6fc658e552cc5e1fb13a394ac6c21d23a
This commit is contained in:
cdiep 2015-02-09 14:23:12 -08:00
parent d6387efb42
commit 82d0bf3cee

View File

@ -54,8 +54,14 @@ Refstack Quickstart
####Configuration file preparation
- Make a copy of the sample config and update it with the correct information of your environment. Example of config file with default values available in etc directory.
Note value of `connection` in `database` section should be corrected.
- Make a copy of the sample config and update it with the correct
information of your environment. Example of config file with default
values available in etc directory.
- At the minimum the value of the `connection` field in the `[database]`
section should be updated. For example, if the backend database is MySQL
then update: `#connection = <None>` to
`connection = mysql://refstack:<your password>@x.x.x.x/refstack`
####Database sync