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 authored and DAB0mB committed Jun 22, 2017
1 parent 667cc98 commit 744e7a0
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://192.168.1.156: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,8 +9,8 @@
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
},
"scripts": {
"api": "cd api && export ROOT_URL=http://192.168.1.156:3000 && meteor run --settings private/settings.json",
"api:reset": "cd api && export ROOT_URL=http://192.168.1.156:3000 && meteor reset",
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it && meteor run --settings private/settings.json",
"api:reset": "cd api && export ROOT_URL=http://meteor.linuxsystems.it && meteor reset",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
Expand Down

0 comments on commit 744e7a0

Please sign in to comment.