nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 geöffnet am 15. Okt. 2019

Auf GitHub ansehen
 (9 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (32 Forks)batch import
cmty:feature-requesthelp wanted

Repository-Metriken

Stars
 (482 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

What problem does this feature solve?

In most places where dotenv is used system env vars override the dotenv vars, however dotenv-module does the exact opposite, swapping this around would give the expected result when using systemvars: true

Contributor Guide