Skip to content

Commit

Permalink
Step 17.7: Let every connection pass through Nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent c2b0436 commit dbf7f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion meteor-client.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"runtime": {
"DDP_DEFAULT_CONNECTION_URL": "http://meteor.linuxsystems.it:3000"
"DDP_DEFAULT_CONNECTION_URL": "http://meteor.linuxsystems.it",
"ROOT_URL": "http://meteor.linuxsystems.it"
},
"import": [

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
},
"scripts": {
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it:3000 && meteor run --settings private/settings.json",
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it && meteor run --settings private/settings.json",
"api:reset": "cd api && meteor reset",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
Expand Down Expand Up @@ -113,4 +113,4 @@
"android"
]
}
}
}

0 comments on commit dbf7f00

Please sign in to comment.