-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Issue type:
- question
- bug report
- feature request
- documentation issue
nestjs-config version
1.4.3
@nestjs/common+core or other package versions
- @nestjs/common: 6.0.6
- @nestjs/core: 6.0.0
Excepted behavior
First of all, Excellent Job! Thanks!
There are some scenarios where environment variables, which are not dependent on any environment, would/could/must be shared or included in your building process.
(e.g.) default email address for contact information, single OAUTH server for authentication, etc.
There is a package dotenv-defaults which provides this kind of functionality (it's just an extension of the original dotenv, but reads another file, like .env.defaults, and merge the values)
Would be a smaller but a nice enhancement of the functionality that your library already provides
Actual behavior or outcome (for issue)
Currently, this package supports a single parsing of a ".env" file
SeverinAlexB
Metadata
Metadata
Assignees
Labels
No labels