mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-08-03 16:32:47 +08:00
20 lines
425 B
Plaintext
20 lines
425 B
Plaintext
# for caddy
|
|
CLOUDFLARE_DNS_API_TOKEN=xxxx
|
|
|
|
BASE_DOMAIN=local.homeinfra.org
|
|
|
|
# for aria2 and mirrors
|
|
RPC_SECRET=changeit
|
|
|
|
# in case any other service need the uppercase or lowercase one
|
|
# aria2 need the lowercase one, FYI https://aria2.github.io/manual/en/html/aria2c.html#environment
|
|
|
|
no_proxy=lightmirrors,aria2
|
|
NO_PROXY=lightmirrors,aria2
|
|
|
|
# all_proxy=
|
|
# ALL_PROXY=
|
|
# http_proxy=
|
|
# HTTP_PROXY=
|
|
# https_proxy=
|
|
# HTTPS_PROXY= |