Skip to content

Commit d58b4df

Browse files
authored
Merge pull request #12 from oslabs-beta/testingapp
Testingapp
2 parents a3aec8e + fc3a87f commit d58b4df

File tree

4 files changed

+1006
-34
lines changed

4 files changed

+1006
-34
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)