From 0c4968dc302194d9aac46e4d3d404f667424801b Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 11 Oct 2022 21:13:37 +0200 Subject: [PATCH] Fix: Remove default JWT_SECRET value in .env --- docker/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 33b492551..dc09e9da9 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -38,7 +38,10 @@ LOG_LEVEL=simple # JWT SECRET ################################################################################### -JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess +# 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= ################################################################################### # Reverse Geocoding