1.2.3 • Published 2 years ago

dotenv-internal v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Usage


Import config as early as possible in the application.

// Will find .env file from project root by default.
require('dotenv-internal')();

// Pass options object to override default option.
const options = {
   rootpath: 'path/to/project/root',
   filename: '.env',
   encoding: 'utf8',
   override: false,
};

require('dotenv-internal')a(options);

For further documentation please refer to the original dotenv.

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago