mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
add label where is bind serveronly
This commit is contained in:
parent
df2ebbf384
commit
facc1dc944
@ -1,5 +1,6 @@
|
||||
var app = require("../js/app.js");
|
||||
app.start(function(config) {
|
||||
console.log("");
|
||||
console.log("Ready to go! Please point your browser to: http://localhost:" + config.port);
|
||||
var bind_address = config.address ? config.address : "localhost";
|
||||
console.log("Ready to go! Please point your browser to: http://" + bind_address + ":" + config.port);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user