Files
sentinel-home-ai/fam-ui/config/config.yaml.example

12 lines
244 B
Plaintext

# FAM-UI 配置文件 (NAS 端)
# 复制此文件为 config.yaml 并修改实际值
core_url: "http://127.0.0.1:8000" # FAM-Core 地址
database:
host: "127.0.0.1"
port: 3306
user: "root"
password: ""
database: "sentinel_home_ai"