Skip to content

Commit

Permalink
tag 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Berlin Chan committed May 16, 2017
1 parent 4cc8bab commit 2d788b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autonews/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
SPIDER_MODULES = ['autonews.spiders']
NEWSPIDER_MODULE = 'autonews.spiders'

HTTP_SERVER = 'http://autonews-api-container:3090/' # localhost for local, <autonews-api-container> for link to API container
MONGO_URI = 'mongodb://10.0.75.1:27017/'
HTTP_SERVER = 'http://localhost:3090/' # localhost for local, <autonews-api-container> for link to API container
MONGO_URI = 'mongodb://localhost:27017/'
MONGO_DATABASE = 'auto-news'

LOG_ENABLED = True
Expand Down

0 comments on commit 2d788b2

Please sign in to comment.