We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc55f8 commit 1e46f69Copy full SHA for 1e46f69
app/index.js
@@ -5,7 +5,11 @@ var
5
rootFolder: "app/www",
6
uploadsFolder: "app/uploads",
7
childApps: {
8
- "appMain": { port: 8080, caption: "home", main: true },
+ "appMain": {
9
+ port: process.env.PORT || 8080,
10
+ caption: "home",
11
+ main: true
12
+ },
13
"appWebSockets": {
14
port: 8081,
15
caption: "File Uploads with Plain Web Sockets",
0 commit comments