-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathdefault.txtar
More file actions
400 lines (342 loc) · 7.66 KB
/
default.txtar
File metadata and controls
400 lines (342 loc) · 7.66 KB
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
! exec chainlink node validate
stderr 'invalid configuration'
cmp stdout out.txt
-- out.txt --
# Secrets:
[Database]
AllowSimplePasswords = false
# Input Configuration:
# Effective Configuration, with defaults applied:
InsecureFastScrypt = false
InsecurePPROFHeap = false
RootDir = '~/.chainlink'
ShutdownGracePeriod = '5s'
[Feature]
FeedsManager = true
LogPoller = false
UICSAKeys = false
CCIP = true
MultiFeedsManagers = false
[Database]
DefaultIdleInTxSessionTimeout = '1h0m0s'
DefaultLockTimeout = '15s'
DefaultQueryTimeout = '10s'
LogQueries = false
MaxIdleConns = 10
MaxOpenConns = 100
MigrateOnStartup = true
[Database.Backup]
Dir = ''
Frequency = '1h0m0s'
Mode = 'none'
OnVersionUpgrade = true
[Database.Listener]
MaxReconnectDuration = '10m0s'
MinReconnectInterval = '1m0s'
FallbackPollInterval = '30s'
[Database.Lock]
Enabled = true
LeaseDuration = '10s'
LeaseRefreshInterval = '1s'
[TelemetryIngress]
UniConn = false
Logging = false
BufferSize = 100
MaxBatchSize = 50
SendInterval = '500ms'
SendTimeout = '10s'
UseBatchSend = true
[AuditLogger]
Enabled = false
ForwardToUrl = ''
JsonWrapperKey = ''
Headers = []
[Log]
Level = 'info'
JSONConsole = false
UnixTS = false
[Log.File]
Dir = ''
MaxSize = '5.12gb'
MaxAgeDays = 0
MaxBackups = 1
[WebServer]
AuthenticationMethod = 'local'
AllowOrigins = 'http://localhost:3000,http://localhost:6688'
BridgeResponseURL = ''
BridgeCacheTTL = '0s'
HTTPWriteTimeout = '10s'
HTTPPort = 6688
SecureCookies = true
SessionTimeout = '15m0s'
SessionReaperExpiration = '240h0m0s'
HTTPMaxSize = '32.77kb'
StartTimeout = '15s'
ListenIP = '0.0.0.0'
[WebServer.LDAP]
ServerTLS = true
SessionTimeout = '15m0s'
QueryTimeout = '2m0s'
BaseUserAttr = 'uid'
BaseDN = ''
UsersDN = 'ou=users'
GroupsDN = 'ou=groups'
ActiveAttribute = ''
ActiveAttributeAllowedValue = ''
AdminUserGroupCN = 'NodeAdmins'
EditUserGroupCN = 'NodeEditors'
RunUserGroupCN = 'NodeRunners'
ReadUserGroupCN = 'NodeReadOnly'
UserApiTokenEnabled = false
UserAPITokenDuration = '240h0m0s'
UpstreamSyncInterval = '0s'
UpstreamSyncRateLimit = '2m0s'
[WebServer.OIDC]
ClientID = ''
ProviderURL = ''
RedirectURL = ''
ClaimName = 'groups'
AdminClaim = 'NodeAdmins'
EditClaim = 'NodeEditors'
RunClaim = 'NodeRunners'
ReadClaim = 'NodeReadOnly'
SessionTimeout = '15m0s'
UserAPITokenEnabled = false
UserAPITokenDuration = '240h0m0s'
[WebServer.MFA]
RPID = ''
RPOrigin = ''
[WebServer.RateLimit]
Authenticated = 1000
AuthenticatedPeriod = '1m0s'
Unauthenticated = 5
UnauthenticatedPeriod = '20s'
[WebServer.TLS]
CertPath = ''
ForceRedirect = false
Host = ''
HTTPSPort = 6689
KeyPath = ''
ListenIP = '0.0.0.0'
[JobDistributor]
DisplayName = ''
[JobPipeline]
ExternalInitiatorsEnabled = false
MaxRunDuration = '10m0s'
MaxSuccessfulRuns = 10000
ReaperInterval = '1h0m0s'
ReaperThreshold = '24h0m0s'
ResultWriteQueueDepth = 100
VerboseLogging = true
[JobPipeline.HTTPRequest]
DefaultTimeout = '15s'
MaxSize = '32.77kb'
[FluxMonitor]
DefaultTransactionQueueDepth = 1
SimulateTransactions = false
[OCR2]
Enabled = false
ContractConfirmations = 3
BlockchainTimeout = '20s'
ContractPollInterval = '1m0s'
ContractSubscribeInterval = '2m0s'
ContractTransmitterTransmitTimeout = '10s'
DatabaseTimeout = '10s'
KeyBundleID = '0000000000000000000000000000000000000000000000000000000000000000'
CaptureEATelemetry = false
CaptureAutomationCustomTelemetry = true
AllowNoBootstrappers = false
DefaultTransactionQueueDepth = 1
SimulateTransactions = false
TraceLogging = false
KeyValueStoreRootDir = '~/.chainlink-data'
[OCR]
Enabled = false
ObservationTimeout = '5s'
BlockchainTimeout = '20s'
ContractPollInterval = '1m0s'
ContractSubscribeInterval = '2m0s'
DefaultTransactionQueueDepth = 1
KeyBundleID = '0000000000000000000000000000000000000000000000000000000000000000'
SimulateTransactions = false
TransmitterAddress = ''
CaptureEATelemetry = false
TraceLogging = false
ConfigLogValidation = false
[P2P]
IncomingMessageBufferSize = 10
OutgoingMessageBufferSize = 10
PeerID = ''
TraceLogging = false
[P2P.V2]
Enabled = true
AnnounceAddresses = []
DefaultBootstrappers = []
DeltaDial = '15s'
DeltaReconcile = '1m0s'
ListenAddresses = []
[Keeper]
DefaultTransactionQueueDepth = 1
GasPriceBufferPercent = 20
GasTipCapBufferPercent = 20
BaseFeeBufferPercent = 20
MaxGracePeriod = 100
TurnLookBack = 1000
[Keeper.Registry]
CheckGasOverhead = 200000
PerformGasOverhead = 300000
MaxPerformDataSize = 5000
SyncInterval = '30m0s'
SyncUpkeepQueueSize = 10
[AutoPprof]
Enabled = false
ProfileRoot = ''
PollInterval = '10s'
GatherDuration = '10s'
GatherTraceDuration = '5s'
MaxProfileSize = '100.00mb'
CPUProfileRate = 1
MemProfileRate = 1
BlockProfileRate = 1
MutexProfileFraction = 1
MemThreshold = '4.00gb'
GoroutineThreshold = 5000
[Pyroscope]
ServerAddress = ''
Environment = 'mainnet'
[Sentry]
Debug = false
DSN = ''
Environment = ''
Release = ''
[Insecure]
DevWebServer = false
OCRDevelopmentMode = false
InfiniteDepthQueries = false
DisableRateLimiting = false
[Tracing]
Enabled = false
CollectorTarget = ''
NodeID = ''
SamplingRatio = 0.0
Mode = 'tls'
TLSCertPath = ''
[Mercury]
VerboseLogging = false
[Mercury.Cache]
LatestReportTTL = '1s'
MaxStaleAge = '1h0m0s'
LatestReportDeadline = '5s'
[Mercury.TLS]
CertFile = ''
[Mercury.Transmitter]
Protocol = 'grpc'
TransmitQueueMaxSize = 250000
TransmitTimeout = '5s'
TransmitConcurrency = 100
ReaperFrequency = '1h0m0s'
ReaperMaxAge = '48h0m0s'
[Capabilities]
[Capabilities.RateLimit]
GlobalRPS = 200.0
GlobalBurst = 200
PerSenderRPS = 200.0
PerSenderBurst = 200
[Capabilities.Peering]
IncomingMessageBufferSize = 10
OutgoingMessageBufferSize = 10
PeerID = ''
TraceLogging = false
[Capabilities.Peering.V2]
Enabled = false
AnnounceAddresses = []
DefaultBootstrappers = []
DeltaDial = '15s'
DeltaReconcile = '1m0s'
ListenAddresses = []
[Capabilities.SharedPeering]
Enabled = false
Bootstrappers = []
[Capabilities.SharedPeering.StreamConfig]
IncomingMessageBufferSize = 500
OutgoingMessageBufferSize = 500
MaxMessageLenBytes = 500000
MessageRateLimiterRate = 100.0
MessageRateLimiterCapacity = 500
BytesRateLimiterRate = 5000000.0
BytesRateLimiterCapacity = 10000000
[Capabilities.Dispatcher]
SupportedVersion = 1
ReceiverBufferSize = 10000
SendToSharedPeer = false
[Capabilities.Dispatcher.RateLimit]
GlobalRPS = 800.0
GlobalBurst = 1000
PerSenderRPS = 10.0
PerSenderBurst = 50
[Capabilities.ExternalRegistry]
Address = ''
NetworkID = 'evm'
ChainID = '1'
ContractVersion = '1.0.0'
[Capabilities.WorkflowRegistry]
Address = ''
NetworkID = 'evm'
ChainID = '1'
ContractVersion = '1.0.0'
MaxBinarySize = '20.00mb'
MaxEncryptedSecretsSize = '26.40kb'
MaxConfigSize = '50.00kb'
SyncStrategy = 'event'
[Capabilities.WorkflowRegistry.WorkflowStorage]
ArtifactStorageHost = ''
URL = ''
TLSEnabled = true
[Capabilities.GatewayConnector]
ChainIDForNodeKey = ''
NodeAddress = ''
DonID = ''
Gateways = []
WSHandshakeTimeoutMillis = 0
AuthMinChallengeLen = 0
AuthTimestampToleranceSec = 0
[Telemetry]
Enabled = false
CACertFile = ''
Endpoint = ''
InsecureConnection = false
TraceSampleRatio = 0.01
EmitterBatchProcessor = true
EmitterExportTimeout = '1s'
ChipIngressEndpoint = ''
ChipIngressInsecureConnection = false
HeartbeatInterval = '1s'
LogLevel = 'info'
LogStreamingEnabled = false
[Workflows]
[Workflows.Limits]
Global = 200
PerOwner = 200
[CRE]
UseLocalTimeProvider = true
EnableDKGRecipient = false
[CRE.Streams]
WsURL = ''
RestURL = ''
[CRE.WorkflowFetcher]
URL = ''
[CRE.Linking]
URL = ''
TLSEnabled = true
[Billing]
URL = 'localhost:4319'
TLSEnabled = true
[BridgeStatusReporter]
Enabled = false
StatusPath = '/status'
PollingInterval = '5m0s'
IgnoreInvalidBridges = true
IgnoreJoblessBridges = false
Invalid configuration: invalid secrets: 2 errors:
- Database.URL: empty: must be provided and non-empty
- Password.Keystore: empty: must be provided and non-empty