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.
2 parents 826b9be + 27a76a7 commit 12b717dCopy full SHA for 12b717d
4 files changed
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