api-clawer/.env.example
2026-03-13 20:52:09 +08:00

23 lines
531 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.

# 前端服务器端口
PORT=3000
# 抓包代理服务器端口
HOOK_PORT=9000
# 可选:网易云音乐 Cookie用于某些需要登录的接口
# NETEASE_COOKIE=
# 可选:上游代理 URL如需要通过其他代理访问
# PROXY_URL=
# 可选:强制指定网易云音乐服务器 IP
# FORCE_HOST=
# 可选:是否启用严格模式(限制只能访问指定域名)
# STRICT=false
# 可选:中继服务器地址
# CNRELAY=
# 可选:是否启用 HTTPDNS目前建议关闭
# ENABLE_HTTPDNS=false