generated from CubeCraft-Creations/Tracehound
CUB-181: Scaffold Go module, directory layout, config, and main.go entry point
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# RemoteRig Central Hub Configuration
|
||||
# Target platform: Raspberry Pi Zero 2 W
|
||||
|
||||
# Database
|
||||
db_path: "remoterig.db"
|
||||
|
||||
# API Key for endpoint authentication
|
||||
api_key: "changeme"
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user