ver0.1
This commit is contained in:
@@ -15,6 +15,8 @@ POSTGRES_PORT=35432
|
||||
# --- HTTP(python -m main / 容器等入口)---
|
||||
# SERVER_HOST=0.0.0.0
|
||||
# SERVER_PORT=38080
|
||||
# 开发热重载(等价 uvicorn --reload,修改 *.py 后自动重启;生产勿开)
|
||||
# UVICORN_RELOAD=true
|
||||
|
||||
# --- Video:RTSP 与按路后端(须与客户端 camera_ids 一致)---
|
||||
# VIDEO_DEFAULT_BACKEND=rtsp
|
||||
@@ -24,8 +26,7 @@ POSTGRES_PORT=35432
|
||||
# OR_SITE_CONFIG_JSON_FILE=app/resources/or_site_config.sample.json
|
||||
# VIDEO_RTSP_URL_TEMPLATE=rtsp://user:pass@host:554/path/{camera_id}
|
||||
#
|
||||
# 语音桌面客户端的「本机是哪一个 voice_terminal_id」不在此文件配置:系统级 voice_client.json
|
||||
# 或界面填写(保存到用户目录,见 voice_confirmation_client/README.md)。
|
||||
# 语音终端 ID 在站点 JSON 的 voice_or_room_bindings 中配置;浏览器语音确认页(web/voice-confirmation)在页面内填写本机终端 ID。
|
||||
|
||||
# --- 海康 SDK(Linux x86_64;二进制勿提交仓库)---
|
||||
# HIKVISION_LIB_DIR=/opt/hikvision/lib
|
||||
|
||||
Reference in New Issue
Block a user