config parameters updated (default and development)

This commit is contained in:
Jordi Montes 2018-01-24 23:37:07 +01:00
parent e1fd3c8251
commit a33ce43bff
2 changed files with 6 additions and 2 deletions

View File

@ -29,5 +29,8 @@ module.exports = {
delayInMiliSeconds: 0,
// Bounty Labels for the issues and the correspondent houres (e.g. {'bounty-xs': 3})
bountyLabels: {}
bountyLabels: {},
// username for the bot which has to comment for starting the process (e.g. status-bounty-)
githubUsername: ''
}

View File

@ -16,5 +16,6 @@ module.exports = {
gasLimit: 92000,
priceHour: 35,
delayInMiliSeconds: 10000,
bountyLabels: BOUNTY_LABELS
bountyLabels: BOUNTY_LABELS,
githubUsername: 'jomsdev'
}