aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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'