mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Note on changing SYSTEMKEY to something more secure
This commit is contained in:
@@ -6,6 +6,8 @@ PORT = 8086
|
|||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
# Password/url key to do admin stuff with, like adding a user
|
# Password/url key to do admin stuff with, like adding a user
|
||||||
|
# NB: change this to something else! For example, in bash:
|
||||||
|
# echo -n "yourstring" | sha1sum
|
||||||
SYSTEMKEY = 'S3kr1t'
|
SYSTEMKEY = 'S3kr1t'
|
||||||
|
|
||||||
LOG_LOCATION = 'digimarks.log'
|
LOG_LOCATION = 'digimarks.log'
|
||||||
|
|||||||
Reference in New Issue
Block a user