Skip to content

Commit f890ab0

Browse files
committed
updated dotenv config and deleted require path
Co-authored-by: Jon Cruz <[email protected]> Co-authored-by: Elena Atencio <[email protected]> Co-authored-by: Iris Wong <[email protected]>
1 parent 173665b commit f890ab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/AWS/AWS-ECS/app/chronos-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const path = require('path');
2-
require('dotenv').config({path: path.resolve(__dirname, './.env')});
1+
require('dotenv').config();
32

43
module.exports = {
54
// General configuration

0 commit comments

Comments
 (0)