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 6ca744a + d250ca1 commit 27a76a7Copy full SHA for 27a76a7
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