📜  节点 dotenv - Javascript 代码示例

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

代码示例6
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();