weatherstation/oko-weather/oko_user_config.py_example
2020-03-27 19:06:11 +01:00

14 lines
302 B
Plaintext

# do not midify this file
# copy thos file to oko_user_config.py
oko_server = "influxdb host"
oko_server_port = "8082"
oko_weatherstation_name = "myStation"
oko_user = "username"
oko_password = "password"
oko_dbname = "weatherstation"
openweather_api_key = "12345"
openweather_station_id = "01234"