From 9d7b0493498bbf594928fc61181beadf6f59643b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 6 Jun 2024 02:46:11 +0200 Subject: [PATCH] fix: Correct env var comment --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9d7c0e1..0b0ef68 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ CONFIG_FILE_PATH=configuration.toml # Optional token for API calls to the backend BACKEND_API_TOKEN= -# An option URL to the old API to proxy for migration purposes +# A URL to the old API to proxy for migration purposes OLD_API_URL= # Database connection details