Files
hr_data_analyzer/config.sample.yaml
T
2026-05-13 19:56:05 +08:00

30 lines
573 B
YAML

server:
port: 8081
database:
host: localhost #when use docker change to "db"
port: 5432
user: postgres
password: root
name: training_db
ai:
base_url: https://api.lkeap.cloud.tencent.com/v1
api_key: ""
model: deepseek-v3.2
mqtt:
enabled: true
host: mqtt.weihua-iot.cn
port: 10237
username: public_client
password: uXC3M4ObO9KpdU
gw_username: ""
gw_password: ""
client_id_prefix: hr-receiver
region: "+"
use_tls: true
qos: 0
enable_measurement_subscriptions: true
enable_training_event_subscription: true
swagger:
enabled: true