nuxt-community / dotenv-module

Loads your .env file into your application context
MIT License
495 stars 30 forks source link

[#3] Added option to override .env path. #4

Closed Decipher closed 7 years ago

Decipher commented 7 years ago

As per #3, allows overriding of the .env path:

['@nuxtjs/dotenv', { path: '..' }]
JulienTant commented 7 years ago

Hi, thanks for your contribution, it looks good to me, i'm going to test this later today and merge ! If you find some time before that to add informations in the readme, it would be much appreciated :)

JulienTant commented 7 years ago

Tested ! Thanks :)