Skip to content

Commit

Permalink
dotenv removed from app
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperloo committed Oct 28, 2020
1 parent 7c6b359 commit ffa9adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app.use(helmet.hsts({ maxAge: 2592000 })); //30 days max age
app.use(bodyParser.urlencoded({ extended: false }));
app.use(bodyParser.json());

require("dotenv").config();
// require("dotenv").config();

mongoose
.connect(
Expand Down

0 comments on commit ffa9adf

Please sign in to comment.