diff options
-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 |