mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(server) rm WIN32 check for ip set
This commit is contained in:
parent
d5bd02af88
commit
c45b776ce6
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@
|
|||
process.env.VCAP_APP_PORT || /* cloudfoundry */
|
||||
config.port,
|
||||
ip = process.env.IP || /* c9 */
|
||||
config.ip ||
|
||||
(main.WIN32 ? '127.0.0.1' : '0.0.0.0'),
|
||||
config.ip ||
|
||||
'0.0.0.0',
|
||||
|
||||
ssl = options.ssl,
|
||||
sslPort = config.sslPort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue