From 699f6d5e6e661c6c9a7dbd3fae31a7b28bf6f0c9 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 29 Oct 2020 14:51:20 -0500 Subject: Update readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 911c648..a9fbdce 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ fill out a `config.json` file as specified below, and then `npm run run`. ``` { "database": { - "host": "", - "user": "", - "database": "", - "password": "" + "host": "DB_HOST", + "user": "DB_USER", + "database": "DB_NAME", + "password": "PASSWORD" }, "port": } @@ -29,4 +29,4 @@ fill out a `config.json` file as specified below, and then `npm run run`. - Add initial balance somewhere - Reset password - Add admin page -- Add messages \ No newline at end of file +- Add messages -- cgit v1.2.3