Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Enge committed Jan 29, 2017
1 parent affc0e8 commit a9c9827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const envs = process.env
module.exports = {
port: envs.SERVER_PORT || 3000,
route: envs.API_ROUTE || '/api',
token: envs.TOKEN || 'abc123'
// callbackDisable: envs.CALLBACK_OFF || true // uncomment to deactivate callback
token: envs.TOKEN || 'abc123',
callbackDisable: envs.CALLBACK_OFF || false // set to true if you want to disable callback to dockerhub
}

0 comments on commit a9c9827

Please sign in to comment.