Skip to content

Commit ffa9adf

Browse files
committed
dotenv removed from app
1 parent 7c6b359 commit ffa9adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app.use(helmet.hsts({ maxAge: 2592000 })); //30 days max age
2424
app.use(bodyParser.urlencoded({ extended: false }));
2525
app.use(bodyParser.json());
2626

27-
require("dotenv").config();
27+
// require("dotenv").config();
2828

2929
mongoose
3030
.connect(

0 commit comments

Comments
 (0)