Skip to content

Commit

Permalink
Closes exonum#12
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkboykz committed Sep 10, 2018
1 parent 4c1d9e8 commit 3964d70
Show file tree
Hide file tree
Showing 5 changed files with 1,690 additions and 1,682 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
.vscode
.env
node_modules
dist
dist
6 changes: 6 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require('dotenv').config();

module.exports = {
port: process.env.PORT || '8080', // defaults to 8080
apiRoot: process.env.API_ROOT || '0.0.0.0', // defaults to 0.0.0.0
};
Loading

0 comments on commit 3964d70

Please sign in to comment.