修改 schedule 服务代理环境变量

This commit is contained in:
whyour
2023-12-10 21:53:23 +08:00
parent 95afcbc9dd
commit be1d68c0d1
6 changed files with 21 additions and 5 deletions
+8
View File
@@ -9,6 +9,14 @@ module.exports = {
source_map_support: true,
time: true,
script: 'static/build/schedule/index.js',
env: {
http_proxy: '',
https_proxy: '',
HTTP_PROXY: '',
HTTPS_PROXY: '',
all_proxy: '',
ALL_PROXY: '',
},
},
{
name: 'public',