summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-03 01:01:40 +0200
committerRory& <root@rory.gay>2025-06-03 01:01:40 +0200
commit6f3f08ed340e59a62a2d0428a5c32f99551ef1ce (patch)
treeff77390b1d3ea61414c14c94ac1fa2a05030879b /README.md
parentMore alarm testing (diff)
downloadnodejs-final-assignment-6f3f08ed340e59a62a2d0428a5c32f99551ef1ce.tar.xz
Fix performance issues, add fake user bot to test client, more testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md

index adbaeef..1a02eee 100644 --- a/README.md +++ b/README.md
@@ -15,5 +15,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 | +| `LOG_QUERIES` | `false` | Whether to enable mongoose debug logs | +| `LOG_AUTH` | `false` | Whether to enable authentication debug logs | | `JWT_SECRET_PATH` | ` ` | The path to the JWT secret certificate. | \ No newline at end of file