-
Notifications
You must be signed in to change notification settings - Fork 8
/
enduro.toml
93 lines (78 loc) · 1.86 KB
/
enduro.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# This is the configuration file valid for the development environment.
verbosity = 2
debug = true
debugListen = "127.0.0.1:9001"
[telemetry.traces]
enabled = false
address = "127.0.0.1:12345"
ratio = 1.0
[temporal]
namespace = "default"
address = "127.0.0.1:7233"
taskQueue = "global"
[api]
listen = "127.0.0.1:9000"
debug = false
[database]
dsn = "enduro:enduro123@tcp(127.0.0.1:7450)/enduro"
[extractActivity]
dirMode = "0o700"
fileMode = "0o600"
[[watcher.minio]]
name = "dev-minio"
redisAddress = "redis://127.0.0.1:7470"
redisList = "minio-events"
endpoint = "http://127.0.0.1:7460"
pathStyle = true
key = "minio"
secret = "minio123"
region = "us-west-1"
bucket = "sips"
pipeline = "am"
retentionPeriod = "10s"
stripTopLevelDir = true
rejectDuplicates = false
excludeHiddenFiles = false
transferType = "standard"
[[watcher.filesystem]]
name = "dev-fs"
path = "./hack/watched-dir"
inotify = false
pipeline = "am"
completedDir = "./hack/landfill"
ignore = '(^\.gitkeep)|(^*\.mft)$'
stripTopLevelDir = true
rejectDuplicates = false
excludeHiddenFiles = false
transferType = "standard"
[[pipeline]]
name = "am"
baseURL = "http://127.0.0.1:62080"
user = "test"
key = "test"
transferDir = "~/.am/ss-location-data"
processingDir = ""
processingConfig = "automated"
# transferLocationID = "88f6b517-c0cc-411b-8abf-79544ce96f54"
storageServiceURL = "http://test:[email protected]:62081"
capacity = 3
retryDeadline = "10m"
transferDeadline = "24h"
unbag = false
[validation]
checksumsCheckEnabled = false
[[hooks."hari"]]
baseURL = "" # E.g.: "https://192.168.1.50:8080/api"
mock = true
disabled = true
[[hooks."prod"]]
receiptPath = "./hack/production-system-interface"
disabled = true
[metadata]
processNameMetadata = false
[worker]
heartbeatThrottleInterval = "1m"
maxConcurrentWorkflowsExecutionsSize = 15
maxConcurrentSessionExecutionSize = 15
[workflow]
activityHeartbeatTimeout = "30s"