mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Updating local settings template.
This commit is contained in:
parent
eaa24a0412
commit
262a99a1f7
1 changed files with 23 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue