From 82d0bf3ceebe5bfcf3762a496eca6e23c6fd1ef8 Mon Sep 17 00:00:00 2001 From: cdiep Date: Mon, 9 Feb 2015 14:23:12 -0800 Subject: [PATCH] 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 --- doc/refstack.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/refstack.md b/doc/refstack.md index f1de807d..e3609149 100755 --- a/doc/refstack.md +++ b/doc/refstack.md @@ -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 = ` to + `connection = mysql://refstack:@x.x.x.x/refstack` ####Database sync