summaryrefslogtreecommitdiff
path: root/aurweb/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'aurweb/config.py')
-rw-r--r--aurweb/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/aurweb/config.py b/aurweb/config.py
index aac188b..a52d942 100644
--- a/aurweb/config.py
+++ b/aurweb/config.py
@@ -12,8 +12,7 @@ def _get_parser():
if 'AUR_CONFIG' in os.environ:
path = os.environ.get('AUR_CONFIG')
else:
- relpath = "/../conf/config"
- path = os.path.dirname(os.path.realpath(__file__)) + relpath
+ path = "/etc/aurweb/config"
_parser.read(path)
return _parser