mirror of
https://github.com/halfwaystudent/douyin-sparkflow.git
synced 2026-08-29 20:16:43 +08:00
25 lines
843 B
Bash
25 lines
843 B
Bash
APP_ROOT=/opt/douyin-sparkflow
|
|
TZ=Asia/Shanghai
|
|
|
|
WEB_PORT=8787
|
|
LOGIN_DESKTOP_WEB_PORT=8788
|
|
PROXY_HTTP_PORT=7890
|
|
PROXY_CONTROLLER_PORT=9090
|
|
|
|
# Optional: paste a Mihomo/Clash subscription URL here, then run ./refresh_proxy.sh.
|
|
PROXY_SUB_URL=
|
|
PROXY_USER_AGENT=clash-verge/1.7.7
|
|
|
|
# The Playwright base image is large. The default mirror is faster on mainland China servers.
|
|
# If the mirror is unavailable, change it back to:
|
|
# PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright/python:v1.56.0-jammy
|
|
PLAYWRIGHT_BASE_IMAGE=swr.cn-north-4.myhuaweicloud.com/ddn-k8s/mcr.microsoft.com/playwright/python:v1.56.0-jammy
|
|
|
|
# Optional build-time proxy. Leave empty unless your Docker build needs a proxy.
|
|
HTTP_PROXY_BUILD=
|
|
HTTPS_PROXY_BUILD=
|
|
ALL_PROXY_BUILD=
|
|
|
|
PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
|
|
PIP_TRUSTED_HOST=pypi.tuna.tsinghua.edu.cn
|