summaryrefslogtreecommitdiffstats
path: root/application.cfg
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-01-13 18:56:55 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-01-13 18:56:55 +0100
commit0b5267dfc3ada8256d6fb265f16fc2bb59929e38 (patch)
tree3a7fda36e9a56122689ce7ae385738cd29a0c7eb /application.cfg
parent99ae63edbdab9cfac7cb46022e61797982c179fc (diff)
downloadznc-log-viewer-0b5267dfc3ada8256d6fb265f16fc2bb59929e38.tar.xz
Strip kerberos authenticationHEADmaster
It was mostly just a play-thing, specific to me, and not currently set up. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'application.cfg')
-rw-r--r--application.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/application.cfg b/application.cfg
index 423d539..2f670f5 100644
--- a/application.cfg
+++ b/application.cfg
@@ -1,6 +1,5 @@
PORT = 7000
DEBUG = True
-URL = 'https://zlv.localhost/'
+URL = 'http://localhost:7000'
ZNC_LOG_DIR = '/path/to/znc/logdir'
SECRET_KEY = 'GENERATE_A_SECRET_KEY'
-KRB5_KTNAME = '/path/to/keytab'