nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 aberto em 15 de out. de 2019

Ver no GitHub
 (9 comments) (3 reactions) (0 assignees)JavaScript (32 forks)batch import
cmty:feature-requesthelp wanted

Métricas do repositório

Stars
 (482 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador