32 lines
479 B
YAML
32 lines
479 B
YAML
server:
|
|
host: "0.0.0.0"
|
|
port: 8081
|
|
|
|
devices:
|
|
webswitch:
|
|
host: "10.10.10.119"
|
|
|
|
power_genius:
|
|
host: "10.10.10.128"
|
|
port: 9008
|
|
|
|
tuner_genius:
|
|
host: "10.10.10.129"
|
|
port: 9010
|
|
|
|
antenna_genius:
|
|
host: "10.10.10.130"
|
|
port: 9007
|
|
|
|
rotator_genius:
|
|
host: "10.10.10.121"
|
|
port: 9006
|
|
|
|
weather:
|
|
openweathermap_api_key: "YOUR_API_KEY_HERE"
|
|
lightning_enabled: true
|
|
|
|
location:
|
|
latitude: 46.2833
|
|
longitude: 6.2333
|
|
callsign: "F4BPO" |