From 90c873314b827b87b079645ebbc43dd04a02a0c7 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 4 Feb 2025 01:42:46 -0800 Subject: [PATCH] Add note about secret key --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 59837ff..4bc58ed 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,7 @@ _default: @just --list +# Don't use this secret key for your own install, it's public! export SECRET_KEY := "MHSePvm1msyOkYuJ7u+MtyJYCzgdHCS7QNvrk9ts+rI=" [doc("Run the reader locally in demo mode.")] # don't re-use this secret key