# HG changeset patch # User Matti Hamalainen # Date 1446126677 -7200 # Node ID 9f64f54c2fb3190daa9df25d0d2c88a9bfa8d31e # Parent 2968f335121a821a609d6249855fa974d7881014 Update example configuration. diff -r 2968f335121a -r 9f64f54c2fb3 config.fetch_weather.example --- a/config.fetch_weather.example Tue Oct 20 10:44:21 2015 +0300 +++ b/config.fetch_weather.example Thu Oct 29 15:51:17 2015 +0200 @@ -8,6 +8,9 @@ ## opt_tiehallinto = 1 +## Tiehallinto static meta data file + path +tiehallinto_static_meta = "/some/path/weather.tiehallinto.meta" + ## ## Enable/disable open data access from FMI ## You will need to obtain an API key, refer to @@ -25,7 +28,7 @@ ## Path to the output file, should be same as set in weather.tcl ## If NOT set, the script will output to stdout. ## -outfile = "/home/niinuska/bot/weather.data" +outfile = "/some/path/weather.data" ## ## HTTP user agent. If not set here, default will be used.