forked from eooce/Sing-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
23 lines (20 loc) · 1.76 KB
/
.env
File metadata and controls
23 lines (20 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 可选环境变量,可以全部不填,只需要保留填写的变量,其他行可以删除和删除注释说明
# 原游戏文件改名为LICENSE.jar自动识别运行,不存在该游戏文件不运行游戏,但不影响运行
export FILE_PATH="./world" # sub.txt节点保存目录,默认为./world
export UUID="9afd1229-b893-40c1-84dd-51e7ce204913" # 如果开启了哪吒v1,在多个平台运行需修改uuid,否则agent会被覆盖
export NEZHA_SERVER="" # 哪吒v1填写形式:nezha.xxx.com:8008 哪吒v0填写形式:nezha.xxx.com
export NEZHA_PORT="" # v1哪吒请留空,v0哪吒agent端口,自动匹配tls
export NEZHA_KEY="" # v1哪吒的NZ_CLIENT_SECRET或v0哪吒的agent密钥
export ARGO_PORT="" # Argo端口,默认8001
export ARGO_DOMAIN="" # Argo域名,留空即启用临时隧道
export ARGO_AUTH="" # Argo Token或json,留空即启用临时隧道
export HY2_PORT="" # hysteria2端口,支持多端口可填写开启,否则留空
export TUIC_PORT="" # tuic端口,支持多端口可填写开启,否则留空
export REALITY_PORT="" # reality端口,支持多端口可填写开启,否则留空
export CFIP="time.is" # 优选IP或优选域名
export CFPORT=443 # 优选IP或优选域名对应端口
export NAME="" # 节点名称前缀,默认sbx
export CHAT_ID="" # TG chat id, 须同时填写BOT_TOKEN开启推送
export BOT_TOKEN="" # TG bot token,节点推送到tg,须同时填写CHAT_ID
export UPLOAD_URL="" # 节点自动上传到订阅器,填写部署了merge-sub项目后的首页地址,例如:https://merge.serv00.net
export PORT=3000 # http服务端口