From 07e75b85505ad6cfd7707d719eb04e6aeeeb0c8d Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 29 Dec 2020 10:21:50 +0100 Subject: [PATCH 1/3] Adjust log level in sample --- config/config.js.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js.sample b/config/config.js.sample index 55e84cb4..eb79b9d6 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -28,7 +28,7 @@ var config = { httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "en", - logLevel: ["DEBUG", "INFO", "LOG", "WARN", "ERROR"], + logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , From 7802e0bb88fa4c36a71962fba7da9a82e7f0b674 Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 29 Dec 2020 10:23:12 +0100 Subject: [PATCH 2/3] Set locationID everywhere on config sample --- config/config.js.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js.sample b/config/config.js.sample index eb79b9d6..648a8ef6 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -70,7 +70,7 @@ var config = { position: "top_right", config: { location: "New York", - locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city + locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "YOUR_OPENWEATHER_API_KEY" } }, From 30cf7f8afeb1d9da0aafa9942d8b9561e1e644e5 Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 29 Dec 2020 10:23:57 +0100 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7228c8b6..d4768f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ _This release is scheduled to be released on 2021-01-01._ - Update dependencies to latest versions. - Update dependencies eslint, feedme, simple-git and socket.io to latest versions. - Update lithuanian translation. +- Update config sample. ### Deleted