summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-xpatchtracker/Conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py
index bc095b2..c4ec803 100755
--- a/patchtracker/Conf.py
+++ b/patchtracker/Conf.py
@@ -5,3 +5,5 @@ template_dir = './templates'
static_dir = './static'
#root_url = 'http://people.debian.org/~seanius/pts/patches'
root_url = '/patches'
+database = 'pt.db'
+sqlschema = 'db.sql'