mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +00:00
Normalizing settings.
This commit is contained in:
parent
7e5172876d
commit
7c32fea650
1 changed files with 2 additions and 2 deletions
|
@ -435,7 +435,7 @@ SESSION_REDIS_DB = 5
|
|||
# = Elasticsearch =
|
||||
# =================
|
||||
|
||||
ELASTICSEARCH_HOSTS = ['db10:9200']
|
||||
ELASTICSEARCH_HOSTS = ['db01:9200']
|
||||
|
||||
# ===============
|
||||
# = Social APIs =
|
||||
|
@ -451,7 +451,7 @@ TWITTER_CONSUMER_SECRET = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
|
|||
# = AWS Backing =
|
||||
# ===============
|
||||
|
||||
ORIGINAL_PAGE_SERVER = "db10:3060"
|
||||
ORIGINAL_PAGE_SERVER = "db01:3060"
|
||||
|
||||
BACKED_BY_AWS = {
|
||||
'pages_on_s3': False,
|
||||
|
|
Loading…
Add table
Reference in a new issue