From 26153d1d08fe56601d4b4bc3c36baf7b72463aa3 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Wed, 19 Dec 2012 15:00:58 +0000 Subject: add resource requirements to input language git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@897 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'steuermann/config.py') 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' -- cgit