diff options
author | 2010-07-14 13:48:48 +0300 | |
---|---|---|
committer | 2010-07-14 13:48:48 +0300 | |
commit | 27e4b98cb3c5c0e90e6889d78c330bd02f82426d (patch) | |
tree | 2617c1d055a353094d1d2850e1f94b81724879a2 /conf | |
parent | Added weekly report (diff) | |
download | gsoc2010-grumpy-27e4b98cb3c5c0e90e6889d78c330bd02f82426d.tar.gz gsoc2010-grumpy-27e4b98cb3c5c0e90e6889d78c330bd02f82426d.tar.bz2 gsoc2010-grumpy-27e4b98cb3c5c0e90e6889d78c330bd02f82426d.zip |
Added basic authentication support for tinderbox reports
Diffstat (limited to 'conf')
-rw-r--r-- | conf/grumpy.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/grumpy.cfg b/conf/grumpy.cfg index b74ab79..89c8921 100644 --- a/conf/grumpy.cfg +++ b/conf/grumpy.cfg @@ -14,3 +14,7 @@ SQLALCHEMY_DATABASE_URI='postgresql://grumpy:grumpy@localhost/grumpy' # Grumpy configuration GRUMPY_PORTAGE_DIR='/usr/portage' + +# Username/password for tinderbox reports +TINDERBOX_USER='tinder' +TINDERBOX_PASS='box' |