Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Nov 13, 2019
1 parent f381d57 commit 14de841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ function exportENV() {
+ "export CLOUDANT_PASSWORD='" + process.env.CLOUDANT_PASSWORD + "'\n"
+ "export CLOUDANT_PORT=" + process.env.CLOUDANT_PORT + "\n"
+ "export CLOUDANT_HOST='" + process.env.CLOUDANT_HOST + "'";
console.log('current directory: ' + __dirname);
fs.writeFileSync('cloudant-config.sh', content, 'utf8');
next();
}
Expand Down

0 comments on commit 14de841

Please sign in to comment.