aboutsummaryrefslogtreecommitdiff
path: root/steuermann/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/config.py')
-rw-r--r--steuermann/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
new file mode 100644
index 0000000..c422dc2
--- /dev/null
+++ b/steuermann/config.py
@@ -0,0 +1,5 @@
+def open_db() :
+ import sqlite3
+ return sqlite3.connect('/ssbwebv1/data2/steuermann/steuermann.sb')
+
+logdir = '/ssbwebv1/data2/steuermann/logs'