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 a3aec8e + fc3a87f commit d58b4dfCopy full SHA for d58b4df
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