diff options
author | Aki <please@ignore.pl> | 2023-04-05 21:23:35 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-05 21:23:35 +0200 |
commit | 9578d46e006efed6b0ea465cd4a809214d45a3ac (patch) | |
tree | 0e3370b51521962686c0668e18e807b7bca28c9d /contrib | |
parent | dca92b16a5adbfea7496d36ced00bf4eb503de20 (diff) | |
download | waterspout-radar-9578d46e006efed6b0ea465cd4a809214d45a3ac.zip waterspout-radar-9578d46e006efed6b0ea465cd4a809214d45a3ac.tar.gz waterspout-radar-9578d46e006efed6b0ea465cd4a809214d45a3ac.tar.bz2 |
Simplified configuration file
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/waterspout-radar.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/waterspout-radar.conf b/contrib/waterspout-radar.conf index 441c48e..be204b7 100644 --- a/contrib/waterspout-radar.conf +++ b/contrib/waterspout-radar.conf @@ -1,14 +1,8 @@ -[Storage] +[Waterspout Radar] db = /srv/waterspout-radar/db.json +; key = <Your private Windy API key goes here> [Locations] ;; Put desired locations here, by name or by coords: ; Szczecin ; 54.372, 18.648 - -[Windy] -;; Put your private Windy API key here: -; key = ... - -[Web] -port = 40732 |