From 057dad9ea7317178a8b373e7cb33961e144ff7e1 Mon Sep 17 00:00:00 2001 From: torjehoa <699324+torje@users.noreply.github.com> Date: Sun, 6 Mar 2011 10:07:40 +0000 Subject: [PATCH] =?UTF-8?q?la=20til=20konfigurasjon=20for=20=C3=A5=20koble?= =?UTF-8?q?=20seg=20til=20duplikatdatabasen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torje_conf.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 torje_conf.py diff --git a/torje_conf.py b/torje_conf.py new file mode 100644 index 0000000..e597395 --- /dev/null +++ b/torje_conf.py @@ -0,0 +1,5 @@ +db_url = 'postgresql://torjehoa_dibblerdummy:1234@postgres/torjehoa_dibblerdummy' +quit_allowed = True +stop_allowed = False +show_tracebacks = True +input_encoding = 'utf8'