diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-29 14:51:20 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-29 14:51:20 -0500 |
commit | 699f6d5e6e661c6c9a7dbd3fae31a7b28bf6f0c9 (patch) | |
tree | b1d39805e62a0dedd58b9cedbe8078f461486094 | |
parent | 6c51b69aa24678c96044e55942a96a17cad38b4d (diff) |
Update readme.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,10 +11,10 @@ fill out a `config.json` file as specified below, and then `npm run run`. ``` { "database": { - "host": "<DB_HOST>", - "user": "<DB_USER>", - "database": "<DB_NAME>", - "password": "<PASSWORD>" + "host": "DB_HOST", + "user": "DB_USER", + "database": "DB_NAME", + "password": "PASSWORD" }, "port": <PORT_TO_RUN_WEBSERVER_ON> } @@ -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 |