forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-config-example.yml
263 lines (263 loc) · 5.19 KB
/
dev-config-example.yml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
applicationName: My Taskcluster
rootUrl: ...
dockerImage: ...
ingressStaticIpName: ...
ingressCertName: ...
pulseHostname: ...
pulseVhost: ...
forceSSL: false
trustProxy: true
nodeEnv: production
meta: {}
auth:
static_clients:
- clientId: static/taskcluster/built-in-workers
accessToken: ...
- clientId: static/taskcluster/github
accessToken: ...
- clientId: static/taskcluster/hooks
accessToken: ...
- clientId: static/taskcluster/index
accessToken: ...
- clientId: static/taskcluster/notify
accessToken: ...
- clientId: static/taskcluster/object
accessToken: ...
- clientId: static/taskcluster/purge-cache
accessToken: ...
- clientId: static/taskcluster/queue
accessToken: ...
- clientId: static/taskcluster/secrets
accessToken: ...
- clientId: static/taskcluster/web-server
accessToken: ...
- clientId: static/taskcluster/worker-manager
accessToken: ...
- clientId: static/taskcluster/root
accessToken: ...
azure_accounts: {}
sentry_organization: ...
sentry_host: ...
sentry_auth_token: ...
sentry_team: ...
sentry_key_prefix: ...
websocktunnel_secret: ...
docs_bucket: ...
schemas_bucket: ...
refs_bucket: ...
audit_log: ...
azure_crypto_key: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
pulse_username: ...
pulse_password: ...
aws_credentials_allowed_buckets: {}
gcp_credentials_allowed_projects: {}
procs:
web:
cpu: 10m
purgeExpiredClients:
cpu: 10m
built_in_workers:
taskcluster_access_token: ...
procs:
server:
cpu: 10m
github:
bot_username: ...
taskcluster_access_token: ...
github_private_pem: ...
github_app_id: ...
webhook_secret: ''
provisioner_id: ...
worker_type: ...
read_db_url: ...
write_db_url: ...
pulse_username: ...
pulse_password: ...
procs:
web:
cpu: 10m
worker:
cpu: 10m
sync:
cpu: 10m
hooks:
influx_connection: ...
azure_crypto_key: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
taskcluster_access_token: ...
pulse_username: ...
pulse_password: ...
procs:
web:
cpu: 10m
scheduler:
cpu: 10m
listeners:
cpu: 10m
expires:
cpu: 10m
index:
read_db_url: ...
write_db_url: ...
taskcluster_access_token: ...
pulse_username: ...
pulse_password: ...
procs:
web:
cpu: 10m
handlers:
cpu: 10m
expire:
cpu: 10m
notify:
email_source_address: ...
email_blacklist: {}
taskcluster_access_token: ...
read_db_url: ...
write_db_url: ...
aws_access_key_id: ...
aws_secret_access_key: ...
aws_region: ...
pulse_username: ...
pulse_password: ...
matrix_base_url: ...
matrix_access_token: ...
matrix_user_id: ...
slack_api_url: ...
slack_access_token: ...
procs:
web:
cpu: 10m
handler:
cpu: 10m
object:
backends: {}
backend_map: {}
middleware: {}
taskcluster_access_token: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
procs:
web:
cpu: 10m
expire:
cpu: 10m
purge_cache:
read_db_url: ...
write_db_url: ...
taskcluster_access_token: ...
procs:
web:
cpu: 10m
expireCachePurges:
cpu: 10m
queue:
public_artifact_bucket: ...
private_artifact_bucket: ...
sign_public_artifact_urls: true/false
public_artifact_bucket_cdn: ...
task_cache_max_size: ...
taskcluster_access_token: ...
read_db_url: ...
write_db_url: ...
pulse_username: ...
pulse_password: ...
aws_access_key_id: ...
aws_secret_access_key: ...
artifact_region: ...
procs:
web:
cpu: 10m
claimResolver:
cpu: 10m
deadlineResolver:
cpu: 10m
dependencyResolver:
cpu: 10m
expireArtifacts:
cpu: 10m
expireTask:
cpu: 10m
expireTaskGroups:
cpu: 10m
expireTaskDependency:
cpu: 10m
expireQueueMessages:
cpu: 10m
expireWorkerInfo:
cpu: 10m
secrets:
taskcluster_access_token: ...
azure_crypto_key: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
procs:
web:
cpu: 10m
expire:
cpu: 10m
web_server:
public_url: ...
additional_allowed_cors_origin: ...
taskcluster_access_token: ...
azure_crypto_key: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
pulse_username: ...
pulse_password: ...
registered_clients: {}
ui_login_strategies: {}
session_secret: ...
procs:
web:
cpu: 10m
scanner:
cpu: 10m
cleanup_expire_auth_codes:
cpu: 10m
cleanup_expire_access_tokens:
cpu: 10m
worker_manager:
provisioner_iterate_config: {}
worker_scanner_iterate_config: {}
taskcluster_access_token: ...
read_db_url: ...
write_db_url: ...
db_crypto_keys: {}
pulse_username: ...
pulse_password: ...
providers: {}
procs:
web:
cpu: 10m
provisioner:
cpu: 10m
workerscanner:
cpu: 10m
expire_workers:
cpu: 10m
expire_worker_pools:
cpu: 10m
expire_errors:
cpu: 10m
ui:
graphql_subscription_endpoint: ...
graphql_endpoint: ...
ui_login_strategy_names: ...
banner_message: ...
site_specific: {}
procs:
web:
cpu: 10m
references:
procs:
web:
cpu: 10m