Remove all hard-coded values in example config
authorAlexander Vasarab <alexander@wylark.com>
Wed, 17 Jun 2020 19:11:43 +0000 (12:11 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Wed, 17 Jun 2020 19:11:43 +0000 (12:11 -0700)
config.ini.example

index 3d8725011431758c1d72e05793833e937b2c93d4..018a6fca1de13435c03e1a7ca7cb72166f202096 100644 (file)
@@ -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 = <NRCS Station ID>
+desired_data = <Comma-separated list of NRCS elementCd values>
+location_uuid = <InfoEx-supplied Location UUID>
+csv_filename = <Name of file to upload to InfoEx FTP>
 
 [ftp]
-host = weather.infoex.ca
+host = <InfoEx FTP host address>
 uuid = <InfoEx-supplied UUID>
 api_key = <InfoEx-supplied API Key>