summaryrefslogtreecommitdiffstats
path: root/application.cfg
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-02-16 18:22:19 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-02-16 18:22:19 +0000
commit8e83e9668f9c0d7429f759496642bee94951bb6b (patch)
tree5276f3fd30a7f6233b79ff18fc7c2a4f6c9c52fa /application.cfg
parent843594a43b7c4b335145e21ad1849c3a46b52d38 (diff)
downloadznc-log-viewer-8e83e9668f9c0d7429f759496642bee94951bb6b.tar.xz
Set kkeytab and init flask_kerberos
Diffstat (limited to 'application.cfg')
-rw-r--r--application.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/application.cfg b/application.cfg
index 80dd60b..423d539 100644
--- a/application.cfg
+++ b/application.cfg
@@ -1,5 +1,6 @@
PORT = 7000
DEBUG = True
-URL = 'https://zlv.localhost'
+URL = 'https://zlv.localhost/'
ZNC_LOG_DIR = '/path/to/znc/logdir'
SECRET_KEY = 'GENERATE_A_SECRET_KEY'
+KRB5_KTNAME = '/path/to/keytab'