fix: remove environment specific .env reading
This commit is contained in:
parent
df5bc81700
commit
8ad3b3eaad
3 changed files with 3 additions and 4 deletions
|
|
@ -1,2 +1 @@
|
|||
const path = require('path')
|
||||
require('dotenv').config({ path: process.env.NODE_ENV === 'production' ? path.resolve('/etc', 'lamassu', '.env') : path.resolve(__dirname, '../.env') })
|
||||
require('dotenv').config()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue