aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-07-09 14:08:39 +0300
committerPriit Laes <plaes@plaes.org>2010-07-09 14:08:39 +0300
commitaff2d813947e5b87acde461ec009b3a20dcfac90 (patch)
treef73ed75fcf580d7befcdbbf4654ae3fb2afaf8dd /conf/grumpy.cfg
parentMove grumpy.cfg to separate dir (diff)
downloadgsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.tar.gz
gsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.tar.bz2
gsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.zip
Added configuration file handling
Diffstat (limited to 'conf/grumpy.cfg')
-rw-r--r--conf/grumpy.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/grumpy.cfg b/conf/grumpy.cfg
index 6abcad8..b74ab79 100644
--- a/conf/grumpy.cfg
+++ b/conf/grumpy.cfg
@@ -11,3 +11,6 @@ SECRET_KEY='Change me'
# Database configuration
SQLALCHEMY_ECHO=False
SQLALCHEMY_DATABASE_URI='postgresql://grumpy:grumpy@localhost/grumpy'
+
+# Grumpy configuration
+GRUMPY_PORTAGE_DIR='/usr/portage'