14 lines
252 B
YAML
14 lines
252 B
YAML
---
|
|
|
|
knx_monitor:
|
|
docker_version: "latest"
|
|
gateway_ip: "localhost"
|
|
config_path: "~/knx-monitor"
|
|
topology_source: "./topology.csv"
|
|
|
|
influx:
|
|
url: "http://localhost:8086"
|
|
bucket: "my_bucket"
|
|
org: "example.com"
|
|
token: "change_me"
|