Mercurial > public > sg101
changeset 514:6d816aa586c1
Minor tweaks to base settings.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 13 Dec 2011 02:37:50 +0000 |
parents | 9e7ae8462f3f |
children | ae89ba801e8b |
files | gpp/settings/base.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/settings/base.py Tue Dec 13 02:07:55 2011 +0000 +++ b/gpp/settings/base.py Tue Dec 13 02:37:50 2011 +0000 @@ -203,7 +203,7 @@ BROKER_URL = 'redis://localhost:6379/1' BROKER_POOL_LIMIT = 10 -CELERY_IGNORE_RESULT = False +CELERY_IGNORE_RESULT = True CELERY_RESULT_BACKEND = 'redis' CELERY_REDIS_HOST = 'localhost' CELERY_REDIS_PORT = 6379 @@ -217,7 +217,6 @@ ####################################################################### # GPP Specific Settings ####################################################################### -GPP_LOG_LEVEL = 0 GPP_SEND_EMAIL = True GPP_NO_REPLY_EMAIL = 'no_reply' AVATAR_DIR = 'avatars' @@ -244,7 +243,7 @@ # Google OAuth settings GOOGLE_OAUTH_CONSUMER_KEY = 'surfguitar101.com' -GOOGLE_OAUTH_PRIVATE_KEY_PATH = '/home/brian/google/myrsakey.pem' +GOOGLE_OAUTH_PRIVATE_KEY_PATH = SECRETS['GOOGLE_KEY_PATH'] ####################################################################### # Asynchronous settings (queues, queued_search, redis, celery, etc)