aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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