1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa2e942..bca91cb 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ Environment variables:
| Name | Default | Description |
| ---- | ------- | ----------- |
| `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. |
| `JWT_SECRET_PATH` | ` ` | The path to the JWT secret certificate. |
+| `LOG_REQUESTS` | `-` | Requests to log to the console by status, `-` to invert. |
| `LOG_QUERIES` | `false` | Whether to enable mongoose debug logs |
| `LOG_AUTH` | `false` | Whether to enable authentication debug logs |
|