Implement parsing of new config options
[infoex-autowx.git] / examples / config.example.ini
1 [station]
2 type = # (mesowest|nrcs) #
3 token = # MesoWest API token (ignored for NRCS) #
4 station_id = # NRCS/MesoWest Station ID #
5 desired_data = # Comma-separated list of values #
6 units = # (english|metric) (ignored for NRCS) #
7 tz = # any Olson tz database entries e.g. America/Denver #
8
9 [infoex]
10 host = # InfoEx FTP host address #
11 uuid = # InfoEx-supplied UUID #
12 api_key = # InfoEx-supplied API Key #
13 csv_filename = # Name of file to upload to InfoEx FTP #
14 location_uuid = # InfoEx-supplied Location UUID #
15