Use es6 notation in config sample

This commit is contained in:
rejas 2021-04-18 15:03:00 +02:00
parent ea90ed04d6
commit 7accb84eb9

View File

@ -7,8 +7,7 @@
* See https://github.com/MichMich/MagicMirror#configuration * See https://github.com/MichMich/MagicMirror#configuration
* *
*/ */
let config = {
var config = {
address: "localhost", // 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