gpt4 book ai didi

node.js - 将 package.json 中的代理设置为 env 变量

转载 作者:搜寻专家 更新时间:2023-10-31 23:16:26 25 4
gpt4 key购买 nike

我需要在运行时在我的 package.json 中设置 proxy 值,就像使用环境变量一样。这怎么可能呢?

// package.json
{
"name": "demo",
"proxy": process.env.MY_PROXY_VAL , // <- how?
"dependencies": {},
"scripts": {},
}

谢谢。

最佳答案

它会自动从 HTTPS_PROXYHTTP_PROXY 读取,因此您不需要这样做。

来自docs :

A proxy to use for outgoing https requests. If the HTTPS_PROXY or https_proxy or HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.

关于node.js - 将 package.json 中的代理设置为 env 变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39649298/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com