Преглед изворни кода

Fix: Remove default JWT_SECRET value in .env

bo0tzz пре 2 година
родитељ
комит
0c4968dc30
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      docker/.env.example

+ 4 - 1
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