From 843594a43b7c4b335145e21ad1849c3a46b52d38 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 16 Feb 2015 18:17:50 +0000 Subject: config: Add secret key for secure cookies --- application.cfg | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3-54-g00ecf