aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-29 14:51:20 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-29 14:51:20 -0500
commit699f6d5e6e661c6c9a7dbd3fae31a7b28bf6f0c9 (patch)
treeb1d39805e62a0dedd58b9cedbe8078f461486094
parent6c51b69aa24678c96044e55942a96a17cad38b4d (diff)
Update readme.md
-rw-r--r--README.md10
1 files 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": "<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