From d92cd24dc7d7a6b7fcaf2f208a955ceb59e989c3 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 27 Jan 2019 13:59:00 -0500 Subject: Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d50786..b325d16 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ Configuration: -- Requires markskitchen user to have access to markskitchen mysql databse -- Set password on env var 'MARKSKITCHENPWD' \ No newline at end of file +- Requires mysql database. Include a `config.json` in `src` directory with the following structure: +```json +{ + "database": { + "host": "localhost", + "user": "YOUR_USER", + "database": "YOUR_DB", + "password": "YOUR_PWD" + } +} +``` -- cgit v1.2.3