Skip to content

Commit

Permalink
Add mongo db name and uri
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthaAnand committed Dec 1, 2018
1 parent c2a5a90 commit bdf14b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coauthornetwork/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@
#HTTPCACHE_DIR = 'httpcache'
#HTTPCACHE_IGNORE_HTTP_CODES = []
#HTTPCACHE_STORAGE = 'scrapy.extensions.httpcache.FilesystemCacheStorage'

#MONGO CREDENTIALS
MONGO_URI='mongodb://{username}:{pwd}@cluster0-shard-00-00-kvfhu.mongodb.net:27017,cluster0-shard-00-01-kvfhu.mongodb.net:27017,cluster0-shard-00-02-kvfhu.mongodb.net:27017/test?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin&retryWrites=true'
MONGO_DATABASE='test'

0 comments on commit bdf14b7

Please sign in to comment.