Files
workphone-sdk/sdk/.env.nas.example
2026-07-22 20:22:58 +08:00

17 lines
624 B
Plaintext
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.

# 复制为 NAS 上的 .env与 docker-compose.nas.yml 同目录)后按需修改
# docker compose -f docker-compose.nas.yml 会自动读取同目录 .env
# API 密钥(浏览器 / 客户端请求头 X-API-Key
API_KEY=REPLACE_WITH_A_RANDOM_SECRET
# 可选DeepSeek 等
# DEEPSEEK_API_KEY=
# NAS 上默认关闭;若内网有 AI Brain 服务再打开并改 URL
AI_BRAIN_ENABLED=false
# AI_BRAIN_API_URL=http://192.168.1.x:3102
# AI_BRAIN_API_KEY=
# 若某台内网电脑常驻「adb 网络调试服务」,可填(否则留空,用手机无线调试 + adb connect
# ADB_SERVER_SOCKET=tcp:192.168.1.x:5037