From 8e83e9668f9c0d7429f759496642bee94951bb6b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 16 Feb 2015 18:22:19 +0000 Subject: Set kkeytab and init flask_kerberos --- application.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application.cfg') 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' -- cgit v1.2.3-54-g00ecf