Merge pull request #2384 from rejas/log_level_sample

Update config sample
This commit is contained in:
Michael Teeuw 2020-12-29 16:23:39 +01:00 committed by GitHub
commit c1d35b0f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ _This release is scheduled to be released on 2021-01-01._
- Update dependencies to latest versions. - Update dependencies to latest versions.
- Update dependencies eslint, feedme, simple-git and socket.io to latest versions. - Update dependencies eslint, feedme, simple-git and socket.io to latest versions.
- Update lithuanian translation. - Update lithuanian translation.
- Update config sample.
### Deleted ### Deleted

View File

@ -28,7 +28,7 @@ var config = {
httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true
language: "en", language: "en",
logLevel: ["DEBUG", "INFO", "LOG", "WARN", "ERROR"], logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
timeFormat: 24, timeFormat: 24,
units: "metric", units: "metric",
// serverOnly: true/false/"local" , // serverOnly: true/false/"local" ,
@ -70,7 +70,7 @@ var config = {
position: "top_right", position: "top_right",
config: { config: {
location: "New York", 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" appid: "YOUR_OPENWEATHER_API_KEY"
} }
}, },