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:
parent
0e13ef8767
commit
ca17e788ed
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue