使nodejs 可以读取 .env 文件内容
# Npm
npm install dotenv --save
# Yarn
yarn add dotenv
index.js:
const dotenv = require("dotenv")
dotenv.config()
在程序中尽早添加 dotenv.config() 这一行,以确保所有代码都可以访问你的变量。
process.env 现在具有在 .env 文件中定义的键和值。
A little hug, little gift.
All of little something.
these are our meories.