File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ VITE_OUT_DIR=apps/drplayer
55
66VITE_DEFAULT_VOD_CONFIG=http://127.0.0.1:5757/config/1?healthy=1&pwd=dzyyds
77VITE_DEFAULT_LIVE_CONFIG=
8- VITE_DEFAULT_PROXY_ACCESS=http://127.0.0.1:5757/req/${url}
8+ VITE_DEFAULT_PROXY_ACCESS=http://127.0.0.1:5757/req/\ ${url}
99VITE_DEFAULT_PROXY_ACCESS_ENABLED=true
10- VITE_DEFAULT_PROXY_PLAY=http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS
10+ VITE_DEFAULT_PROXY_PLAY=" http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=\ ${url}&headers=\ ${headers}&type=\ ${type}#DS"
1111VITE_DEFAULT_PROXY_PLAY_ENABLED=false
1212VITE_DEFAULT_PROXY_SNIFF=http://localhost:57573/sniffer
1313VITE_DEFAULT_PROXY_SNIFF_ENABLED=false
Original file line number Diff line number Diff line change 11# .env.production.apps-yt
2- # 影图子目录部署配置 - 部署到 /apps-yt /drplayer/ 目录
3- VITE_BASE_PATH=/apps-yt /drplayer/
2+ # 影图子目录部署配置 - 部署到 /apps/drplayer/ 目录
3+ VITE_BASE_PATH=/apps/drplayer/
44VITE_OUT_DIR=apps-yt/drplayer
55
6- VITE_DEFAULT_VOD_CONFIG=${locationHost}/api/t4.json
6+ VITE_DEFAULT_VOD_CONFIG=\ ${locationHost}/api/t4.json
77VITE_DEFAULT_LIVE_CONFIG=
88VITE_DEFAULT_PROXY_ACCESS=
99VITE_DEFAULT_PROXY_ACCESS_ENABLED=false
10- VITE_DEFAULT_PROXY_PLAY=${locationHost}/api/proxy?url=${url}&headers=${headers}&type=${type}#影图
10+ VITE_DEFAULT_PROXY_PLAY="\ ${locationHost}/api/proxy?url=\ ${url}&headers=\ ${headers}&type=\ ${type}#影图"
1111VITE_DEFAULT_PROXY_PLAY_ENABLED=true
12- VITE_DEFAULT_PROXY_SNIFF=${locationHost}/sniffer
12+ VITE_DEFAULT_PROXY_SNIFF=\ ${locationHost}/sniffer
1313VITE_DEFAULT_PROXY_SNIFF_ENABLED=true
1414VITE_DEFAULT_SNIFFER_TIMEOUT=20
1515VITE_DEFAULT_API_TIMEOUT=30
You can’t perform that action at this time.
0 commit comments