diff options
author | 2010-07-09 14:08:39 +0300 | |
---|---|---|
committer | 2010-07-09 14:08:39 +0300 | |
commit | aff2d813947e5b87acde461ec009b3a20dcfac90 (patch) | |
tree | f73ed75fcf580d7befcdbbf4654ae3fb2afaf8dd /conf | |
parent | Move grumpy.cfg to separate dir (diff) | |
download | gsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.tar.gz gsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.tar.bz2 gsoc2010-grumpy-aff2d813947e5b87acde461ec009b3a20dcfac90.zip |
Added configuration file handling
Diffstat (limited to 'conf')
-rw-r--r-- | conf/grumpy.cfg | 3 |
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' |