Added config file import and checking and reworked to support multiple airports
This commit is contained in:
8
config.json
Normal file
8
config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"outputdir": "/var/www/weather",
|
||||
"icaos": ["CYWG", "KJFK"],
|
||||
"siteurl": "https://example.com",
|
||||
"rss-baseurl": "https://example.com/weather",
|
||||
"check-interval": 10,
|
||||
"loglevel": 4
|
||||
}
|
||||
Reference in New Issue
Block a user