aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-23 21:08:51 +0300
committerPriit Laes <plaes@plaes.org>2010-08-23 21:08:51 +0300
commitc347eafe1b44cc9f3fdd6c3c177b4c0b3579ccfe (patch)
treeaecf887499ed0e2183bec4ab3a4de0d354bd73ed /conf/grumpy.cfg
parentAdded final report to docs (diff)
downloadgsoc2010-grumpy-c347eafe1b44cc9f3fdd6c3c177b4c0b3579ccfe.tar.gz
gsoc2010-grumpy-c347eafe1b44cc9f3fdd6c3c177b4c0b3579ccfe.tar.bz2
gsoc2010-grumpy-c347eafe1b44cc9f3fdd6c3c177b4c0b3579ccfe.zip
Add some new values to configuration fileHEADmaster
Diffstat (limited to 'conf/grumpy.cfg')
-rw-r--r--conf/grumpy.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/grumpy.cfg b/conf/grumpy.cfg
index da07dfa..0472038 100644
--- a/conf/grumpy.cfg
+++ b/conf/grumpy.cfg
@@ -15,9 +15,14 @@ SQLALCHEMY_DATABASE_URI='postgresql://grumpy:grumpy@localhost/grumpy'
## Grumpy configuration
# Server address without the /path
GRUMPY_SERVER_ADDR='http://localhost:5000'
+GRUMPY_SERVER_EMAIL='grumpy@example.org'
# Default portage directory
GRUMPY_PORTAGE_DIR='/usr/portage'
+# List containing administrator emails
+GRUMPY_ADMINS=[]
+GRUMPY_WEBSITE_NAME='Gentoo Grumpy'
+
# Username/password for tinderbox reports
TINDERBOX_USER='tinder'
TINDERBOX_PASS='box'