ArinDash/config_template.toml

16 lines
356 B
TOML

#save this file as config.toml after configuring
[pihole]
Host = "pi.hole"
Password = "generate-an-app-password-in-pi-hole"
[wifi]
Auth = "WPA"
SSID = "YourSSID"
Password = "YourPassword"
[openWeatherMap]
#ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
LocationId = "0000000"
ApiKey = "YourApiKey"