changeset 348:9f64f54c2fb3

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Oct 2015 15:51:17 +0200
parents 2968f335121a
children f7793ef7c925
files config.fetch_weather.example
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.