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.
2 parents a6ba37d + 49dad82 commit f8ebaa7Copy full SHA for f8ebaa7
configs/default.js
@@ -21,6 +21,7 @@ var vfsUrl = "/vfs";
21
22
var port = argv.p || process.env.PORT || 3131;
23
var host = argv.l || process.env.IP || "localhost";
24
+var debugPort = argv.b || process.env.DEBUG_PORT || 5858;
25
26
var useAuth = argv.username && argv.password;
27
@@ -186,7 +187,8 @@ var config = [
186
187
},
188
{
189
packagePath: "./cloud9.run.node-debug",
- listenHint: "Important: in your scripts, use 'process.env.PORT' as port and '0.0.0.0' as host."
190
+ listenHint: "Important: in your scripts, use 'process.env.PORT' as port and '0.0.0.0' as host.",
191
+ debugPort: debugPort
192
193
"./cloud9.run.npm",
194
"./cloud9.run.npmnode",
0 commit comments