Skip to content

if MM_PORT is used to override what is in config file, the node serveronly displays the config.js value #3696

@sdetweil

Description

@sdetweil

V 2.31.0-develop

config.js
   port:8090

console

export MM_PORT=9005
node serveronly

output

[2025-01-14 08:35:53.699] [INFO]  
>>>   Ready to go! Please point your browser to: http://0.0.0.0:8090   <<< 

from

serveronly/index.js:
   Log.info(`\n>>>   Ready to go! Please point your browser to: ${httpType}://${bindAddress}:${config.port}   <<<`);

MM is correctly on port 9005
only message is incorrect

npm start does not display that message

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions