diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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" + } +} +``` |