From 6f3f08ed340e59a62a2d0428a5c32f99551ef1ce Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 3 Jun 2025 01:01:40 +0200 Subject: Fix performance issues, add fake user bot to test client, more testing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit 1.5.1