From c629a6480237d8547e198d96e95707e16dabd738 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 23 Oct 2014 15:56:17 +0100 Subject: Split out classes, config file --- application.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 application.cfg (limited to 'application.cfg') diff --git a/application.cfg b/application.cfg new file mode 100644 index 0000000..29e8233 --- /dev/null +++ b/application.cfg @@ -0,0 +1,4 @@ +PORT = 7000 +DEBUG = True +URL = 'https://zlv.localhost' +ZNC_LOG_DIR = '/path/to/znc/logdir' -- cgit v1.2.3-54-g00ecf