Skip to content

Commit dbf7f00

Browse files
committed
Step 17.7: Let every connection pass through Nginx
1 parent c2b0436 commit dbf7f00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

meteor-client.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"runtime": {
3-
"DDP_DEFAULT_CONNECTION_URL": "http://meteor.linuxsystems.it:3000"
3+
"DDP_DEFAULT_CONNECTION_URL": "http://meteor.linuxsystems.it",
4+
"ROOT_URL": "http://meteor.linuxsystems.it"
45
},
56
"import": [
67

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
1010
},
1111
"scripts": {
12-
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it:3000 && meteor run --settings private/settings.json",
12+
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it && meteor run --settings private/settings.json",
1313
"api:reset": "cd api && meteor reset",
1414
"clean": "ionic-app-scripts clean",
1515
"build": "ionic-app-scripts build",
@@ -113,4 +113,4 @@
113113
"android"
114114
]
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)