Files
sub-provider/.env.example
riglen 0d49398e2d init
2026-03-31 15:51:18 +08:00

17 lines
494 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.
APP_NAME=sub-provider
APP_ENV=prod
HOST=0.0.0.0
PORT=18080
LOG_LEVEL=info
# 对外访问前缀,尽量改成足够长的随机字符串
PUBLIC_PATH=change-me-random-hash-path
# 如反代后域名不是容器本机可感知到的地址,建议显式填写
# 例如https://sub.example.com
PUBLIC_BASE_URL=
# 上游这里先放“能直接返回 Clash/Mihomo YAML proxies 文件”的地址
AIRPORT_A_URL=https://example.com/airport-a.yaml
AIRPORT_B_URL=https://example.com/airport-b.yaml