diff --git a/local_settings.py.template b/local_settings.py.template index c3c9ab8df..224098509 100644 --- a/local_settings.py.template +++ b/local_settings.py.template @@ -135,3 +135,26 @@ if len(logging._handlerList) < 1: datefmt='%b %d %H:%M:%S', handler=logging.StreamHandler) +S3_ACCESS_KEY = '000000000000000000000' +S3_SECRET = '000000000000000000000000/0000000000000000' +S3_BACKUP_BUCKET = 'newsblur_backups' +S3_PAGES_BUCKET_NAME = 'pages-dev.newsblur.com' +S3_ICONS_BUCKET_NAME = 'icons-dev.newsblur.com' +S3_AVATARS_BUCKET_NAME = 'avatars-dev.newsblur.com' + +MAILGUN_ACCESS_KEY = 'key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' +MAILGUN_SERVER_NAME = 'newsblur.com' + +DO_TOKEN_LOG = '0000000000000000000000000000000000000000000000000000000000000000' +DO_TOKEN_FABRIC = '0000000000000000000000000000000000000000000000000000000000000000' + +SERVER_NAME = "nblocalhost" +NEWSBLUR_URL = 'http://nb.local.com' + +SESSION_ENGINE = 'redis_sessions.session' + +# CORS_ORIGIN_REGEX_WHITELIST = ('^(https?://)?(\w+\.)?nb.local\.com$', ) + +YOUTUBE_API_KEY = "000000000000000000000000000000000000000" +RECAPTCHA_SECRET_KEY = "0000000000000000000000000000000000000000" +IMAGES_SECRET_KEY = "0000000000000000000000000000000"