1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Note on changing SYSTEMKEY to something more secure

This commit is contained in:
2016-07-22 17:00:17 +02:00
parent 1e290d01b7
commit e3928de3f6

View File

@@ -6,6 +6,8 @@ PORT = 8086
DEBUG = False
# 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'
LOG_LOCATION = 'digimarks.log'