mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-02 00:44:53 -05:00
Fix env.js to allow bumping dotenv-expand
This commit is contained in:
committed by
Ralf Haferkamp
parent
061ef1901a
commit
143b55675c
@@ -32,7 +32,7 @@ const dotenvFiles = [
|
||||
// https://github.com/motdotla/dotenv-expand
|
||||
dotenvFiles.forEach(dotenvFile => {
|
||||
if (fs.existsSync(dotenvFile)) {
|
||||
require('dotenv-expand')(
|
||||
require('dotenv-expand').expand(
|
||||
require('dotenv').config({
|
||||
path: dotenvFile,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user