Merge pull request #1 from X-Anonymous-Y/test

Changed from 4 spaces to 2 spaces
pull/1652/head
X-Anonymous-Y 2 years ago committed by GitHub
commit be47ec675d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      install/magicmirror-install.sh

@ -46,7 +46,11 @@ let config = {
httpsCertificate: "", httpsCertificate: "",
language: "en", language: "en",
locale: "en-US", locale: "en-US",
logLevel: ["INFO", "LOG", "WARN", "ERROR"], logLevel: [
"INFO",
"LOG",
"WARN",
"ERROR"],
timeFormat: 24, timeFormat: 24,
units: "metric", units: "metric",
serverOnly: true, serverOnly: true,

Loading…
Cancel
Save