From 2ee9673de8894655fed0e6d821988de370947406 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Wed, 17 Jun 2020 12:11:43 -0700 Subject: [PATCH] Remove all hard-coded values in example config --- config.ini.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.ini.example b/config.ini.example index 3d87250..018a6fc 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,10 +1,10 @@ [wxsite] -station_triplet = 655:OR:SNTL -desired_data = TOBS,PREC,SNWD,XYZH -location_uuid = a5bb872b-14c1-4367-bd81-177103acaef3 -csv_filename = INFOEX-MUDRIDGEAUTO.CSV +station_triplet = +desired_data = +location_uuid = +csv_filename = [ftp] -host = weather.infoex.ca +host = uuid = api_key = -- 2.30.2