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

17 lines
531 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FAM-UI 配置文件 (NAS 端) - 新架构 v22026-08-21
# NAS 仅作管理后台,前端读本地 MariaDB 同步镜像;视频缩略图经 Oracle 带 token 接口获取。
core_url: "http://127.0.0.1:8000"
# 甲骨文 FAM-Edge 地址(视频缩略图接口,与同步同 token
oracle_url: "http://129.146.203.203:5000"
oracle_token: "${ORACLE_SYNC_TOKEN}"
database:
host: "127.0.0.1"
port: 3306
user: "root"
password: "iLoveJava5!"
database: "sentinel_home_ai"
unix_socket: "/run/mysqld/mysqld10.sock"