Skip to content

Commit

Permalink
🐛 add missing schedulerUrl option (#7626)
Browse files Browse the repository at this point in the history
no issue
- while refactoring the config module, this was accidentally deleted
- let's re-add it 😇
  • Loading branch information
kirrg001 authored and ErisDS committed Oct 25, 2016
1 parent 0e13ef8 commit ca17e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function init(options) {
// scheduling module can create x schedulers with different adapters
debug('Server done');
return scheduling.init({
schedulerUrl: config.get('scheduling').schedulerUrl,
active: config.get('scheduling').active,
apiUrl: utils.url.apiUrl(),
internalPath: config.get('paths').internalSchedulingPath,
Expand Down

0 comments on commit ca17e78

Please sign in to comment.