We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641f4e4 + 6df9284 commit 26269bcCopy full SHA for 26269bc
config.js
@@ -1,5 +1,10 @@
1
(function () {
2
var options = {};
3
+
4
+ if (process.env.DOTENV_CONFIG_EXAMPLE != null) {
5
+ options.example = process.env.DOTENV_CONFIG_EXAMPLE;
6
+ }
7
8
process.argv.forEach(function (val) {
9
var matches = val.match(/^dotenv_config_(.+)=(.+)/);
10
if (matches) {
0 commit comments