Skip to content

Commit

Permalink
Add dotenv config to server.js (github#18227)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
  • Loading branch information
JamesMGreene and JasonEtco authored Mar 11, 2021
1 parent 0f29c39 commit 3e2770f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require('dotenv').config()

require('./lib/check-node-version')
require('./lib/handle-exceptions')
require('./lib/feature-flags')
Expand Down

0 comments on commit 3e2770f

Please sign in to comment.