Files

28 lines
595 B
YAML
Raw Permalink Normal View History

# RemoteRig Central Hub Configuration
# Target platform: Raspberry Pi Zero 2 W
# Database
db_path: "remoterig.db"
# API key for endpoint authentication. Empty = kiosk mode (no auth) —
# intended for the closed travel-router LAN, consistent with anonymous MQTT.
# Set a value to require the X-API-Key header on /api/v1/* (the SPA would
# then need it too).
api_key: ""
# Server settings
port: 8080
read_timeout: 5s
write_timeout: 10s
idle_timeout: 120s
# MQTT Broker
mqtt:
broker: "localhost:1883"
client_id: "remoterig-hub"
# Platform
platform:
type: "pi-zero-2w"
max_cameras: 16