1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a02eee..fa2e942 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +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. |
+| `JWT_SECRET_PATH` | ` ` | The path to the JWT secret certificate. |
| `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
|