mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
e4be9cf11b
commit
bd3777d964
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@
|
|||
Route = pProcessing.route;
|
||||
Minimize = pProcessing.minimize;
|
||||
|
||||
var lSSL = pProcessing.ssl;
|
||||
var lSSL = pProcessing.ssl;
|
||||
|
||||
init(pProcessing.appcache);
|
||||
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
lConfig.port;
|
||||
|
||||
IP = process.env.IP || /* c9 */
|
||||
lConfig.ip ||
|
||||
lConfig.ip ||
|
||||
(main.WIN32 ? '127.0.0.1' : '0.0.0.0');
|
||||
|
||||
/* server mode or testing mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue