Files
gitlab-instance-0a899031_do…/config/runtime.env.example
2026-03-29 04:00:09 -05:00

19 lines
1002 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.
# 复制本文件为同目录下的 runtime.env 后生效(已加入 .gitignore不会提交
# 启动器 scripts/launch.py 会自动加载 runtime.env 中的键(不覆盖已存在的环境变量)
# 局域网内任意浏览器访问控制台时,请保持 0.0.0.0
HOST=0.0.0.0
# Web 控制台FastAPI + 静态页)端口;与同机 SRS / Clash / Neko 等冲突时请改成未占用端口,例如 8101、9200
# 若 Nginx/Caddy 反代出现 502请核对 proxy_pass 端口与这里一致Docker Compose 默认常为 8101PM2 ecosystem 默认 8001
PORT=8001
# 开发模式时 Next 端口(一般无需改)
# NEXT_DEV_PORT=3000
# scrcpy-server 自动下载(安卓 Web 真流):默认同版本走 GitHub内网可镜像后设下列之一支持 {tag} / {version}
# SCRCPY_SERVER_DOWNLOAD_URL=https://你的镜像/scrcpy-server-v{tag}
# SCRCPY_SERVER_DOWNLOAD_URLS=https://a/v{tag},https://b/v{tag}
# SCRCPY_SERVER_DOWNLOAD_NO_GITHUB=1
# SKIP_SCRCPY_SERVER_FETCH=1