mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
1262604957
commit
b2cb7ff960
1 changed files with 2 additions and 2 deletions
|
|
@ -144,9 +144,9 @@
|
|||
|
||||
this.IP = process.env.IP || /* c9 */
|
||||
this.Config.ip ||
|
||||
main.WIN32 ?
|
||||
(main.WIN32 ?
|
||||
'127.0.0.1' :
|
||||
'0.0.0.0';
|
||||
'0.0.0.0');
|
||||
|
||||
/* server mode or testing mode */
|
||||
if (lConfig.server) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue