0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

🐛 add missing schedulerUrl option (#7626)

no issue
- while refactoring the config module, this was accidentally deleted
- let's re-add it 😇
This commit is contained in:
Katharina Irrgang 2016-10-25 13:19:22 +02:00 committed by Hannah Wolfe
parent 0e13ef8767
commit ca17e788ed

View file

@ -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,