From 3b90669d0323fe7d147b50018e23cda7ba396f22 Mon Sep 17 00:00:00 2001 From: Jack Kawell Date: Thu, 9 Dec 2021 00:34:14 -0700 Subject: [PATCH] Added a link to keygen for flask secret --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index fdfe1c9b..bbda7da6 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,7 @@ BUILD_THREADS=1 # Updates NET_VERSION in CMakeVariables.txt BUILD_VERSION=171022 # make sure this is a long random string +# grab a "SHA 256-bit Key" from here: https://keygen.io/ ACCOUNT_MANAGER_SECRET= # Should be the externally facing IP of your server host EXTERNAL_IP=localhost