mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Update sample address
As proposed in review
This commit is contained in:
parent
a518d3f33f
commit
d99897cf9d
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
address: "", // Address to listen on, can be:
|
address: "localhost", // Address to listen on, can be:
|
||||||
// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
|
// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
|
||||||
// - another specific IPv4/6 to listen on a specific interface
|
// - another specific IPv4/6 to listen on a specific interface
|
||||||
// - "", "0.0.0.0", "::" to listen on any interface
|
// - "", "0.0.0.0", "::" to listen on any interface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue