📜  dotenv 未在节点中加载 process.env - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:59.795000             🧑  作者: Mango

代码示例1
Rename your file to just .env, removing any prefix
require it as early as possible in your application with the code snippet below
require('dotenv').config();