diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 18:17:50 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 18:17:50 +0000 |
commit | 843594a43b7c4b335145e21ad1849c3a46b52d38 (patch) | |
tree | c6db3a2cbf2e2796a64db27be9e46cd6f8cb5f0b | |
parent | 1278bbd4511ccf99b1252d0b7576e4d9e1999572 (diff) | |
download | znc-log-viewer-843594a43b7c4b335145e21ad1849c3a46b52d38.tar.xz |
config: Add secret key for secure cookies
-rw-r--r-- | application.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application.cfg b/application.cfg index 29e8233..80dd60b 100644 --- a/application.cfg +++ b/application.cfg @@ -2,3 +2,4 @@ PORT = 7000 DEBUG = True URL = 'https://zlv.localhost' ZNC_LOG_DIR = '/path/to/znc/logdir' +SECRET_KEY = 'GENERATE_A_SECRET_KEY' |