Skip to content

Commit

Permalink
Merge tag '1.1.8' into develop
Browse files Browse the repository at this point in the history
Add mongodb cluster
  • Loading branch information
Pof Magicfingers committed Mar 17, 2019
2 parents 32de1e4 + 10d5a06 commit f6cceff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions config/production.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"socket": "/tmp/podcloud.feeds.production.sock",
"mongodb": "mongodb://localhost/podcloud",
"hosts": {
"podcasts": "lepodcast.fr",
"platform": "podcloud.fr",
"stats": "stats.podcloud.fr"
}
"socket": "/tmp/podcloud.feeds.production.sock",
"mongodb": "mongodb://barry.podshows.fr,eve.podshows.fr/podcloud",
"hosts": {
"podcasts": "lepodcast.fr",
"platform": "podcloud.fr",
"stats": "stats.podcloud.fr"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcloud-feeds",
"version": "1.1.7",
"version": "1.1.8",
"description": "GraphQL API for podcloud",
"scripts": {
"test": "NODE_ENV=test mocha --opts test/mocha.opts",
Expand Down

0 comments on commit f6cceff

Please sign in to comment.