Add note about secret key
This commit is contained in:
parent
6adf20af24
commit
90c873314b
1
justfile
1
justfile
@ -1,6 +1,7 @@
|
|||||||
_default:
|
_default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
|
# Don't use this secret key for your own install, it's public!
|
||||||
export SECRET_KEY := "MHSePvm1msyOkYuJ7u+MtyJYCzgdHCS7QNvrk9ts+rI="
|
export SECRET_KEY := "MHSePvm1msyOkYuJ7u+MtyJYCzgdHCS7QNvrk9ts+rI="
|
||||||
|
|
||||||
[doc("Run the reader locally in demo mode.")] # don't re-use this secret key
|
[doc("Run the reader locally in demo mode.")] # don't re-use this secret key
|
||||||
|
Loading…
Reference in New Issue
Block a user