From 00549eed790c7c99b01ddea3bd7e065739f34a98 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 12 Oct 2022 09:18:43 +0200 Subject: [PATCH] Uncomment JWT_SECRET in default .env Co-authored-by: Alex --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index dc09e9da91..7b398969da 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -41,7 +41,7 @@ LOG_LEVEL=simple # This JWT_SECRET is used to sign the authentication keys for user login # You should set it to a long randomly generated value # You can use this command to generate one: openssl rand -base64 128 -#JWT_SECRET= +JWT_SECRET= ################################################################################### # Reverse Geocoding