aboutsummaryrefslogtreecommitdiff
path: root/steuermann/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/config.py')
-rw-r--r--steuermann/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
index 3a001a7..a2beda2 100644
--- a/steuermann/config.py
+++ b/steuermann/config.py
@@ -1,8 +1,8 @@
-db_creds = '/ssbwebv1/data2/steuermann/steuermann.db'
+db_creds = 'steuermann.db'
def open_db() :
import sqlite3
return sqlite3.connect(db_creds)
-logdir = '/ssbwebv1/data2/steuermann/logs'
-host_logs = '/ssbwebv1/data2/steuermann/host_logs'
+logdir = 'logs'
+host_logs = 'host_logs'