From 0b5267dfc3ada8256d6fb265f16fc2bb59929e38 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 13 Jan 2017 18:56:55 +0100 Subject: Strip kerberos authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was mostly just a play-thing, specific to me, and not currently set up. Signed-off-by: Johannes Löthberg --- application.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application.cfg') 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' -- cgit v1.2.3-54-g00ecf