aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-06 14:16:34 +0300
committerPriit Laes <plaes@plaes.org>2010-08-06 14:17:53 +0300
commite43285398026212c82f31226f7a0f58f6c1531d1 (patch)
treebffc3440d3a175df3fdbcfee5bce123469eca827 /conf
parentMove some account related info into its own separate macro (diff)
downloadgsoc2010-grumpy-e43285398026212c82f31226f7a0f58f6c1531d1.tar.gz
gsoc2010-grumpy-e43285398026212c82f31226f7a0f58f6c1531d1.tar.bz2
gsoc2010-grumpy-e43285398026212c82f31226f7a0f58f6c1531d1.zip
Added website url to configuration
Diffstat (limited to 'conf')
-rw-r--r--conf/grumpy.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/grumpy.cfg b/conf/grumpy.cfg
index 89c8921..292800b 100644
--- a/conf/grumpy.cfg
+++ b/conf/grumpy.cfg
@@ -12,7 +12,10 @@ SECRET_KEY='Change me'
SQLALCHEMY_ECHO=False
SQLALCHEMY_DATABASE_URI='postgresql://grumpy:grumpy@localhost/grumpy'
-# Grumpy configuration
+## Grumpy configuration
+# URL of website
+GRUMPY_WEBSITE_URL='http://localhost:5000'
+# Default portage directory
GRUMPY_PORTAGE_DIR='/usr/portage'
# Username/password for tinderbox reports