APP_ROOT=/opt/douyin-sparkflow TZ=Asia/Shanghai WEB_PORT=8787 LOGIN_DESKTOP_WEB_PORT=8788 PROXY_HTTP_PORT=7890 PROXY_CONTROLLER_PORT=9090 # Used by deploy/install-server.sh when it creates state/cron/root for the first time. # Format: HH:00-HH:00/Nm. Example below runs every 20 minutes from 10:00 to 17:59, # runs one final regular send at 18:00, then an unsent fallback at 18:20. DEFAULT_SCHEDULE=10:00-18:00/20m # 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