We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a02e9f commit aee99b6Copy full SHA for aee99b6
1 file changed
config/config.js
@@ -1,5 +1,5 @@
1
const path = require("node:path");
2
-require("dotenv").config({path: path.resolve(__dirname, "./.env")});
+require("dotenv").config({path: path.resolve(__dirname, "../.env")});
3
4
const PORT = process.env.PORT || 3001;
5
const DB = process.env.DB;
0 commit comments