We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173665b commit f890ab0Copy full SHA for f890ab0
examples/AWS/AWS-ECS/app/chronos-config.js
@@ -1,5 +1,4 @@
1
-const path = require('path');
2
-require('dotenv').config({path: path.resolve(__dirname, './.env')});
+require('dotenv').config();
3
4
module.exports = {
5
// General configuration
0 commit comments