diff options
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-x | patchtracker/Conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py index c4ec803..4d22909 100755 --- a/patchtracker/Conf.py +++ b/patchtracker/Conf.py @@ -4,6 +4,6 @@ output_dir = '/scratch/patches' template_dir = './templates' static_dir = './static' #root_url = 'http://people.debian.org/~seanius/pts/patches' -root_url = '/patches' +root_url = '' database = 'pt.db' sqlschema = 'db.sql' |