-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
36 lines (33 loc) · 996 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Swiftype Updater
id: SwiftypeUpdater
key: SwiftypeUpdater
author_name: Endevver LLC
author_link: http://endevver.com/
description: A plugin which updates the Swiftype site search index regarding local content changes
version: v1.0.1
config_settings:
SwiftypeAPIEndpoint:
default: https://api.swiftype.com/api/v1
updateable: 1
SwiftypeAPIKey:
default: ~
updateable: 1
SwiftypeEngineSlug:
default: ~
updateable: 1
SwiftypeDomainID:
default: ~
updateable: 1
SwiftypeTimeout:
default: 20
updateable: 1
SwiftypeDebug:
default: 0
updateable: 1
callbacks:
build_file: $SwiftypeUpdater::SwiftypeUpdater::Callbacks::build_file
post_delete_archive_file: $SwiftypeUpdater::SwiftypeUpdater::Callbacks::post_delete
task_workers:
swiftype_update:
label: Updates Swiftype site search index about content changes
class: SwiftypeUpdater::Worker::Update