From 7accb84eb92370b17c2070259d5f6220ececba0b Mon Sep 17 00:00:00 2001 From: rejas Date: Sun, 18 Apr 2021 15:03:00 +0200 Subject: [PATCH] Use es6 notation in config sample --- config/config.js.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.js.sample b/config/config.js.sample index e17ae195..e221b5ed 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -7,8 +7,7 @@ * See https://github.com/MichMich/MagicMirror#configuration * */ - -var config = { +let config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface