summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-02 11:49:18 +0200
committerRory& <root@rory.gay>2025-06-02 11:49:18 +0200
commit7d30069da8e424b8eff3559c5bede2ebcffaddb4 (patch)
treee5587e02a15a415ebe87a2065db5e369957c73ea
parentImplement a few more routes, fix existing imports due to syntax highlight bre... (diff)
downloadnodejs-final-assignment-7d30069da8e424b8eff3559c5bede2ebcffaddb4.tar.xz
Fix readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md

index 8a7cb2b..adbaeef 100644 --- a/README.md +++ b/README.md
@@ -14,6 +14,6 @@ Environment variables: | ---- | ------- | ----------- | | `PORT` | `3000` | The port the server will run on. | | `LOG_REQUESTS` | `-` | Requests to log to the console by status, `-` to invert. | -| `DATABASE_SECRET_PATH` | `` | The path to the mongodb connection string. | -| `LOG_QUERIES` | `` | Whether to enable mongoose debug logs | -| `JWT_SECRET_PATH` | `` | The path to the JWT secret certificate. | \ No newline at end of file +| `DATABASE_SECRET_PATH` | ` ` | The path to the mongodb connection string. | +| `LOG_QUERIES` | ` ` | Whether to enable mongoose debug logs | +| `JWT_SECRET_PATH` | ` ` | The path to the JWT secret certificate. | \ No newline at end of file