标签: node.js process
假设我有一个节点进程正在运行。有没有办法在现有的运行过程中注入新的环境变量。
答案 0 :(得分:1)
使用dotenv或查看process.env in the Node.js documentation.
process.env