Skip to content

Commit a99d19d

Browse files
authored
Update Default location of .env in config/dotenv.js blueprint (#66)
Closes #65
1 parent ccfbdd3 commit a99d19d

File tree

1 file changed

+1
-1
lines changed
  • blueprints/ember-cli-dotenv/files/config

1 file changed

+1
-1
lines changed

blueprints/ember-cli-dotenv/files/config/dotenv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = function(/* env */) {
99
clientAllowedKeys: [],
1010
fastbootAllowedKeys: [],
1111
failOnMissingKey: false,
12-
path: path.join(__dirname, '.env')
12+
path: path.join(path.dirname(__dirname), '.env')
1313
}
1414
};

0 commit comments

Comments
 (0)