Skip to content

Commit

Permalink
joo o
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLares committed Sep 9, 2019
1 parent c7243ee commit c2837fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osa4/blogilista/utils/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV == 'production') {
require('dotenv').config()
}

Expand Down

0 comments on commit c2837fa

Please sign in to comment.