@twin.org/node-core 0.0.2-next.14 → 0.0.2-next.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,11 +2,1531 @@
2
2
 
3
3
  The engine server environment variables.
4
4
 
5
+ ## Extends
6
+
7
+ - [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md)
8
+
5
9
  ## Extended by
6
10
 
7
- - [`INodeEnvironmentVariables`](INodeEnvironmentVariables.md)
11
+ - [`INodeEnvironmentVariables`](INodeEnvironmentVariables.md)
12
+
13
+ ## Properties
14
+
15
+ ### debug?
16
+
17
+ > `optional` **debug**: `string`
18
+
19
+ Start the engine in debug mode.
20
+
21
+ #### Inherited from
22
+
23
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`debug`](IEngineEnvironmentVariables.md#debug)
24
+
25
+ ***
26
+
27
+ ### storageFileRoot?
28
+
29
+ > `optional` **storageFileRoot**: `string`
30
+
31
+ The root directory for storing items like state file.
32
+
33
+ #### Inherited from
34
+
35
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`storageFileRoot`](IEngineEnvironmentVariables.md#storagefileroot)
36
+
37
+ ***
38
+
39
+ ### stateFilename?
40
+
41
+ > `optional` **stateFilename**: `string`
42
+
43
+ The name of the state file.
44
+
45
+ #### Inherited from
46
+
47
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`stateFilename`](IEngineEnvironmentVariables.md#statefilename)
48
+
49
+ ***
50
+
51
+ ### entityStorageConnectorType?
52
+
53
+ > `optional` **entityStorageConnectorType**: `string`
54
+
55
+ The type of the entity storage to create, comma separate for more than one connector.
56
+ values: file, memory, aws-dynamodb, azure-cosmosdb, gcp-firestoredb, scylladb, mysql, mongodb, postgresql
57
+
58
+ #### Inherited from
59
+
60
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`entityStorageConnectorType`](IEngineEnvironmentVariables.md#entitystorageconnectortype)
61
+
62
+ ***
63
+
64
+ ### entityStorageConnectorDefault?
65
+
66
+ > `optional` **entityStorageConnectorDefault**: `string`
67
+
68
+ The default entity storage connector to use, defaults to the first one in the list.
69
+
70
+ #### Inherited from
71
+
72
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`entityStorageConnectorDefault`](IEngineEnvironmentVariables.md#entitystorageconnectordefault)
73
+
74
+ ***
75
+
76
+ ### entityStorageTablePrefix?
77
+
78
+ > `optional` **entityStorageTablePrefix**: `string`
79
+
80
+ A prefix for all the table in entity-storage, can be empty.
81
+
82
+ #### Inherited from
83
+
84
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`entityStorageTablePrefix`](IEngineEnvironmentVariables.md#entitystoragetableprefix)
85
+
86
+ ***
87
+
88
+ ### awsDynamodbAccessKeyId?
89
+
90
+ > `optional` **awsDynamodbAccessKeyId**: `string`
91
+
92
+ AWS Dynamo DB access key id.
93
+
94
+ #### Inherited from
95
+
96
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsDynamodbAccessKeyId`](IEngineEnvironmentVariables.md#awsdynamodbaccesskeyid)
97
+
98
+ ***
99
+
100
+ ### awsDynamodbEndpoint?
101
+
102
+ > `optional` **awsDynamodbEndpoint**: `string`
103
+
104
+ AWS Dynamo DB Endpoint if running local instance.
105
+
106
+ #### Inherited from
107
+
108
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsDynamodbEndpoint`](IEngineEnvironmentVariables.md#awsdynamodbendpoint)
109
+
110
+ ***
111
+
112
+ ### awsDynamodbRegion?
113
+
114
+ > `optional` **awsDynamodbRegion**: `string`
115
+
116
+ AWS Dynamo DB region.
117
+
118
+ #### Inherited from
119
+
120
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsDynamodbRegion`](IEngineEnvironmentVariables.md#awsdynamodbregion)
121
+
122
+ ***
123
+
124
+ ### awsDynamodbSecretAccessKey?
125
+
126
+ > `optional` **awsDynamodbSecretAccessKey**: `string`
127
+
128
+ AWS Dynamo DB secret access key.
129
+
130
+ #### Inherited from
131
+
132
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsDynamodbSecretAccessKey`](IEngineEnvironmentVariables.md#awsdynamodbsecretaccesskey)
133
+
134
+ ***
135
+
136
+ ### azureCosmosdbKey?
137
+
138
+ > `optional` **azureCosmosdbKey**: `string`
139
+
140
+ Azure Cosmos DB key.
141
+
142
+ #### Inherited from
143
+
144
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureCosmosdbKey`](IEngineEnvironmentVariables.md#azurecosmosdbkey)
145
+
146
+ ***
147
+
148
+ ### azureCosmosdbContainerId?
149
+
150
+ > `optional` **azureCosmosdbContainerId**: `string`
151
+
152
+ Azure Cosmos DB container id.
153
+
154
+ #### Inherited from
155
+
156
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureCosmosdbContainerId`](IEngineEnvironmentVariables.md#azurecosmosdbcontainerid)
157
+
158
+ ***
159
+
160
+ ### azureCosmosdbDatabaseId?
161
+
162
+ > `optional` **azureCosmosdbDatabaseId**: `string`
163
+
164
+ Azure Cosmos DB database id.
165
+
166
+ #### Inherited from
167
+
168
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureCosmosdbDatabaseId`](IEngineEnvironmentVariables.md#azurecosmosdbdatabaseid)
169
+
170
+ ***
171
+
172
+ ### azureCosmosdbEndpoint?
173
+
174
+ > `optional` **azureCosmosdbEndpoint**: `string`
175
+
176
+ Azure Cosmos DB endpoint.
177
+
178
+ #### Inherited from
179
+
180
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureCosmosdbEndpoint`](IEngineEnvironmentVariables.md#azurecosmosdbendpoint)
181
+
182
+ ***
183
+
184
+ ### gcpFirestoreCollectionName?
185
+
186
+ > `optional` **gcpFirestoreCollectionName**: `string`
187
+
188
+ GCP Firestore collection name.
189
+
190
+ #### Inherited from
191
+
192
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpFirestoreCollectionName`](IEngineEnvironmentVariables.md#gcpfirestorecollectionname)
193
+
194
+ ***
195
+
196
+ ### gcpFirestoreCredentials?
197
+
198
+ > `optional` **gcpFirestoreCredentials**: `string`
199
+
200
+ GCP Firestore credentials.
201
+
202
+ #### Inherited from
203
+
204
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpFirestoreCredentials`](IEngineEnvironmentVariables.md#gcpfirestorecredentials)
205
+
206
+ ***
207
+
208
+ ### gcpFirestoreDatabaseId?
209
+
210
+ > `optional` **gcpFirestoreDatabaseId**: `string`
211
+
212
+ GCP Firestore database id.
213
+
214
+ #### Inherited from
215
+
216
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpFirestoreDatabaseId`](IEngineEnvironmentVariables.md#gcpfirestoredatabaseid)
217
+
218
+ ***
219
+
220
+ ### gcpFirestoreApiEndpoint?
221
+
222
+ > `optional` **gcpFirestoreApiEndpoint**: `string`
223
+
224
+ GCP Firestore endpoint.
225
+
226
+ #### Inherited from
227
+
228
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpFirestoreApiEndpoint`](IEngineEnvironmentVariables.md#gcpfirestoreapiendpoint)
229
+
230
+ ***
231
+
232
+ ### gcpFirestoreProjectId?
233
+
234
+ > `optional` **gcpFirestoreProjectId**: `string`
235
+
236
+ GCP Firestore project id.
237
+
238
+ #### Inherited from
239
+
240
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpFirestoreProjectId`](IEngineEnvironmentVariables.md#gcpfirestoreprojectid)
241
+
242
+ ***
243
+
244
+ ### scylladbHosts?
245
+
246
+ > `optional` **scylladbHosts**: `string`
247
+
248
+ ScyllaDB hosts as comma separated string.
249
+
250
+ #### Inherited from
251
+
252
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`scylladbHosts`](IEngineEnvironmentVariables.md#scylladbhosts)
253
+
254
+ ***
255
+
256
+ ### scylladbKeyspace?
257
+
258
+ > `optional` **scylladbKeyspace**: `string`
259
+
260
+ ScyllaDB keyspace.
261
+
262
+ #### Inherited from
263
+
264
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`scylladbKeyspace`](IEngineEnvironmentVariables.md#scylladbkeyspace)
265
+
266
+ ***
267
+
268
+ ### scylladbLocalDataCenter?
269
+
270
+ > `optional` **scylladbLocalDataCenter**: `string`
271
+
272
+ ScyllaDB local data center.
273
+
274
+ #### Inherited from
275
+
276
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`scylladbLocalDataCenter`](IEngineEnvironmentVariables.md#scylladblocaldatacenter)
277
+
278
+ ***
279
+
280
+ ### scylladbPort?
281
+
282
+ > `optional` **scylladbPort**: `string`
283
+
284
+ ScyllaDB port.
285
+
286
+ #### Inherited from
287
+
288
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`scylladbPort`](IEngineEnvironmentVariables.md#scylladbport)
289
+
290
+ ***
291
+
292
+ ### mySqlHost?
293
+
294
+ > `optional` **mySqlHost**: `string`
295
+
296
+ MySQL host.
297
+
298
+ #### Inherited from
299
+
300
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mySqlHost`](IEngineEnvironmentVariables.md#mysqlhost)
301
+
302
+ ***
303
+
304
+ ### mySqlPort?
305
+
306
+ > `optional` **mySqlPort**: `number`
307
+
308
+ MySQL port.
309
+
310
+ #### Inherited from
311
+
312
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mySqlPort`](IEngineEnvironmentVariables.md#mysqlport)
313
+
314
+ ***
315
+
316
+ ### mySqlUser?
317
+
318
+ > `optional` **mySqlUser**: `string`
319
+
320
+ MySQL username.
321
+
322
+ #### Inherited from
323
+
324
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mySqlUser`](IEngineEnvironmentVariables.md#mysqluser)
325
+
326
+ ***
327
+
328
+ ### mySqlPassword?
329
+
330
+ > `optional` **mySqlPassword**: `string`
331
+
332
+ MySQL password.
333
+
334
+ #### Inherited from
335
+
336
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mySqlPassword`](IEngineEnvironmentVariables.md#mysqlpassword)
337
+
338
+ ***
339
+
340
+ ### mySqlDatabase?
341
+
342
+ > `optional` **mySqlDatabase**: `string`
343
+
344
+ MySQL Database.
345
+
346
+ #### Inherited from
347
+
348
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mySqlDatabase`](IEngineEnvironmentVariables.md#mysqldatabase)
349
+
350
+ ***
351
+
352
+ ### mongoDbHost?
353
+
354
+ > `optional` **mongoDbHost**: `string`
355
+
356
+ MongoDB host.
357
+
358
+ #### Inherited from
359
+
360
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mongoDbHost`](IEngineEnvironmentVariables.md#mongodbhost)
361
+
362
+ ***
363
+
364
+ ### mongoDbPort?
365
+
366
+ > `optional` **mongoDbPort**: `number`
367
+
368
+ MongoDB port.
369
+
370
+ #### Inherited from
371
+
372
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mongoDbPort`](IEngineEnvironmentVariables.md#mongodbport)
373
+
374
+ ***
375
+
376
+ ### mongoDbUser?
377
+
378
+ > `optional` **mongoDbUser**: `string`
379
+
380
+ MongoDB username.
381
+
382
+ #### Inherited from
383
+
384
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mongoDbUser`](IEngineEnvironmentVariables.md#mongodbuser)
385
+
386
+ ***
387
+
388
+ ### mongoDbPassword?
389
+
390
+ > `optional` **mongoDbPassword**: `string`
391
+
392
+ MongoDB password.
393
+
394
+ #### Inherited from
395
+
396
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mongoDbPassword`](IEngineEnvironmentVariables.md#mongodbpassword)
397
+
398
+ ***
399
+
400
+ ### mongoDbDatabase?
401
+
402
+ > `optional` **mongoDbDatabase**: `string`
403
+
404
+ MongoDB Database.
405
+
406
+ #### Inherited from
407
+
408
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`mongoDbDatabase`](IEngineEnvironmentVariables.md#mongodbdatabase)
409
+
410
+ ***
411
+
412
+ ### postgreSqlHost?
413
+
414
+ > `optional` **postgreSqlHost**: `string`
415
+
416
+ PostgreSQl host.
417
+
418
+ #### Inherited from
419
+
420
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`postgreSqlHost`](IEngineEnvironmentVariables.md#postgresqlhost)
421
+
422
+ ***
423
+
424
+ ### postgreSqlPort?
425
+
426
+ > `optional` **postgreSqlPort**: `number`
427
+
428
+ PostgreSQl port.
429
+
430
+ #### Inherited from
431
+
432
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`postgreSqlPort`](IEngineEnvironmentVariables.md#postgresqlport)
433
+
434
+ ***
435
+
436
+ ### postgreSqlUser?
437
+
438
+ > `optional` **postgreSqlUser**: `string`
439
+
440
+ PostgreSQl username.
441
+
442
+ #### Inherited from
443
+
444
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`postgreSqlUser`](IEngineEnvironmentVariables.md#postgresqluser)
445
+
446
+ ***
447
+
448
+ ### postgreSqlPassword?
449
+
450
+ > `optional` **postgreSqlPassword**: `string`
451
+
452
+ PostgreSQl password.
453
+
454
+ #### Inherited from
455
+
456
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`postgreSqlPassword`](IEngineEnvironmentVariables.md#postgresqlpassword)
457
+
458
+ ***
459
+
460
+ ### postgreSqlDatabase?
461
+
462
+ > `optional` **postgreSqlDatabase**: `string`
463
+
464
+ PostgreSQl Database.
465
+
466
+ #### Inherited from
467
+
468
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`postgreSqlDatabase`](IEngineEnvironmentVariables.md#postgresqldatabase)
469
+
470
+ ***
471
+
472
+ ### ipfsBearerToken?
473
+
474
+ > `optional` **ipfsBearerToken**: `string`
475
+
476
+ The security token for accessing IPFS API.
477
+
478
+ #### Inherited from
479
+
480
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`ipfsBearerToken`](IEngineEnvironmentVariables.md#ipfsbearertoken)
481
+
482
+ ***
483
+
484
+ ### ipfsApiUrl?
485
+
486
+ > `optional` **ipfsApiUrl**: `string`
487
+
488
+ The url for accessing IPFS API.
489
+
490
+ #### Inherited from
491
+
492
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`ipfsApiUrl`](IEngineEnvironmentVariables.md#ipfsapiurl)
493
+
494
+ ***
495
+
496
+ ### blobStorageConnectorType?
497
+
498
+ > `optional` **blobStorageConnectorType**: `string`
499
+
500
+ The type of the entity storage to create, comma separate for more than one connector.
501
+ values: memory, file, ipfs, aws-s3, azure-storage, gcp-storage.
502
+
503
+ #### Inherited from
504
+
505
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageConnectorType`](IEngineEnvironmentVariables.md#blobstorageconnectortype)
506
+
507
+ ***
508
+
509
+ ### blobStorageConnectorDefault?
510
+
511
+ > `optional` **blobStorageConnectorDefault**: `string`
512
+
513
+ The default blob storage connector to use, defaults to the first one in the list.
514
+
515
+ #### Inherited from
516
+
517
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageConnectorDefault`](IEngineEnvironmentVariables.md#blobstorageconnectordefault)
518
+
519
+ ***
520
+
521
+ ### blobStorageConnectorPublic?
522
+
523
+ > `optional` **blobStorageConnectorPublic**: `string`
524
+
525
+ Blog storage connector which has public access.
526
+
527
+ #### Inherited from
528
+
529
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageConnectorPublic`](IEngineEnvironmentVariables.md#blobstorageconnectorpublic)
530
+
531
+ ***
532
+
533
+ ### blobStorageEnableEncryption?
534
+
535
+ > `optional` **blobStorageEnableEncryption**: `string`
536
+
537
+ Enable encryption for the blob storage.
538
+
539
+ #### Inherited from
540
+
541
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageEnableEncryption`](IEngineEnvironmentVariables.md#blobstorageenableencryption)
542
+
543
+ ***
544
+
545
+ ### blobStorageEncryptionKeyId?
546
+
547
+ > `optional` **blobStorageEncryptionKeyId**: `string`
548
+
549
+ The id of the encryption key for the blob storage.
550
+
551
+ #### Inherited from
552
+
553
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageEncryptionKeyId`](IEngineEnvironmentVariables.md#blobstorageencryptionkeyid)
554
+
555
+ ***
556
+
557
+ ### blobStorageSymmetricEncryptionKey?
558
+
559
+ > `optional` **blobStorageSymmetricEncryptionKey**: `string`
560
+
561
+ A symmetric encryption key for the blob storage, should be ChaCha20Poly1305 in base64 format.
562
+ If encryption is enabled but a key is not provided one will be generated.
563
+
564
+ #### Inherited from
565
+
566
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageSymmetricEncryptionKey`](IEngineEnvironmentVariables.md#blobstoragesymmetricencryptionkey)
567
+
568
+ ***
569
+
570
+ ### blobStoragePrefix?
571
+
572
+ > `optional` **blobStoragePrefix**: `string`
573
+
574
+ A prefix for all the blobs in blob-storage, can be empty.
575
+
576
+ #### Inherited from
577
+
578
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStoragePrefix`](IEngineEnvironmentVariables.md#blobstorageprefix)
579
+
580
+ ***
581
+
582
+ ### awsS3AccessKeyId?
583
+
584
+ > `optional` **awsS3AccessKeyId**: `string`
585
+
586
+ AWS S3 access key id.
587
+
588
+ #### Inherited from
589
+
590
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3AccessKeyId`](IEngineEnvironmentVariables.md#awss3accesskeyid)
591
+
592
+ ***
593
+
594
+ ### awsS3BucketName?
595
+
596
+ > `optional` **awsS3BucketName**: `string`
597
+
598
+ AWS S3 bucket name.
599
+
600
+ #### Inherited from
601
+
602
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3BucketName`](IEngineEnvironmentVariables.md#awss3bucketname)
603
+
604
+ ***
605
+
606
+ ### awsS3Endpoint?
607
+
608
+ > `optional` **awsS3Endpoint**: `string`
609
+
610
+ AWS S3 endpoint.
611
+
612
+ #### Inherited from
613
+
614
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Endpoint`](IEngineEnvironmentVariables.md#awss3endpoint)
615
+
616
+ ***
617
+
618
+ ### awsS3Region?
619
+
620
+ > `optional` **awsS3Region**: `string`
621
+
622
+ AWS S3 region.
623
+
624
+ #### Inherited from
625
+
626
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3Region`](IEngineEnvironmentVariables.md#awss3region)
627
+
628
+ ***
629
+
630
+ ### awsS3SecretAccessKey?
631
+
632
+ > `optional` **awsS3SecretAccessKey**: `string`
633
+
634
+ AWS S3 secret access key.
635
+
636
+ #### Inherited from
637
+
638
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsS3SecretAccessKey`](IEngineEnvironmentVariables.md#awss3secretaccesskey)
639
+
640
+ ***
641
+
642
+ ### azureStorageAccountKey?
643
+
644
+ > `optional` **azureStorageAccountKey**: `string`
645
+
646
+ Azure Storage account key.
647
+
648
+ #### Inherited from
649
+
650
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureStorageAccountKey`](IEngineEnvironmentVariables.md#azurestorageaccountkey)
651
+
652
+ ***
653
+
654
+ ### azureStorageAccountName?
655
+
656
+ > `optional` **azureStorageAccountName**: `string`
657
+
658
+ Azure Storage account name.
659
+
660
+ #### Inherited from
661
+
662
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureStorageAccountName`](IEngineEnvironmentVariables.md#azurestorageaccountname)
663
+
664
+ ***
665
+
666
+ ### azureStorageContainerName?
667
+
668
+ > `optional` **azureStorageContainerName**: `string`
669
+
670
+ Azure Storage container.
671
+
672
+ #### Inherited from
673
+
674
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureStorageContainerName`](IEngineEnvironmentVariables.md#azurestoragecontainername)
675
+
676
+ ***
677
+
678
+ ### azureStorageEndpoint?
679
+
680
+ > `optional` **azureStorageEndpoint**: `string`
681
+
682
+ Azure Storage endpoint.
683
+
684
+ #### Inherited from
685
+
686
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`azureStorageEndpoint`](IEngineEnvironmentVariables.md#azurestorageendpoint)
687
+
688
+ ***
689
+
690
+ ### gcpStorageBucketName?
691
+
692
+ > `optional` **gcpStorageBucketName**: `string`
693
+
694
+ GCP Storage bucket.
695
+
696
+ #### Inherited from
697
+
698
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpStorageBucketName`](IEngineEnvironmentVariables.md#gcpstoragebucketname)
699
+
700
+ ***
701
+
702
+ ### gcpStorageCredentials?
703
+
704
+ > `optional` **gcpStorageCredentials**: `string`
705
+
706
+ GCP Storage credentials.
707
+
708
+ #### Inherited from
709
+
710
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpStorageCredentials`](IEngineEnvironmentVariables.md#gcpstoragecredentials)
711
+
712
+ ***
713
+
714
+ ### gcpStorageEndpoint?
715
+
716
+ > `optional` **gcpStorageEndpoint**: `string`
717
+
718
+ GCP Storage endpoint.
719
+
720
+ #### Inherited from
721
+
722
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpStorageEndpoint`](IEngineEnvironmentVariables.md#gcpstorageendpoint)
723
+
724
+ ***
725
+
726
+ ### gcpStorageProjectId?
727
+
728
+ > `optional` **gcpStorageProjectId**: `string`
729
+
730
+ GCP Storage project id.
731
+
732
+ #### Inherited from
733
+
734
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`gcpStorageProjectId`](IEngineEnvironmentVariables.md#gcpstorageprojectid)
735
+
736
+ ***
737
+
738
+ ### vaultConnector?
739
+
740
+ > `optional` **vaultConnector**: `string`
741
+
742
+ The type of the default vault connector: entity-storage, hashicorp.
743
+
744
+ #### Inherited from
745
+
746
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`vaultConnector`](IEngineEnvironmentVariables.md#vaultconnector)
747
+
748
+ ***
749
+
750
+ ### hashicorpVaultToken?
751
+
752
+ > `optional` **hashicorpVaultToken**: `string`
753
+
754
+ Hashicorp Vault token.
755
+
756
+ #### Inherited from
757
+
758
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`hashicorpVaultToken`](IEngineEnvironmentVariables.md#hashicorpvaulttoken)
759
+
760
+ ***
761
+
762
+ ### hashicorpVaultEndpoint?
763
+
764
+ > `optional` **hashicorpVaultEndpoint**: `string`
765
+
766
+ Hashicorp Vault endpoint.
767
+
768
+ #### Inherited from
769
+
770
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`hashicorpVaultEndpoint`](IEngineEnvironmentVariables.md#hashicorpvaultendpoint)
771
+
772
+ ***
773
+
774
+ ### loggingConnector?
775
+
776
+ > `optional` **loggingConnector**: `string`
777
+
778
+ The type of logging task connector, can be a comma separated list: console, entity-storage.
779
+
780
+ #### Inherited from
781
+
782
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`loggingConnector`](IEngineEnvironmentVariables.md#loggingconnector)
783
+
784
+ ***
785
+
786
+ ### backgroundTaskConnector?
787
+
788
+ > `optional` **backgroundTaskConnector**: `string`
789
+
790
+ The type of background task connector: entity-storage.
791
+
792
+ #### Inherited from
793
+
794
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`backgroundTaskConnector`](IEngineEnvironmentVariables.md#backgroundtaskconnector)
795
+
796
+ ***
797
+
798
+ ### eventBusConnector?
799
+
800
+ > `optional` **eventBusConnector**: `string`
801
+
802
+ The type of event bus connector: local.
803
+
804
+ #### Inherited from
805
+
806
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`eventBusConnector`](IEngineEnvironmentVariables.md#eventbusconnector)
807
+
808
+ ***
809
+
810
+ ### eventBusComponent?
811
+
812
+ > `optional` **eventBusComponent**: `string`
813
+
814
+ The type of event bus component: service.
815
+
816
+ #### Inherited from
817
+
818
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`eventBusComponent`](IEngineEnvironmentVariables.md#eventbuscomponent)
819
+
820
+ ***
821
+
822
+ ### messagingEmailConnector?
823
+
824
+ > `optional` **messagingEmailConnector**: `string`
825
+
826
+ The type of messaging email connector: entity-storage, aws.
827
+
828
+ #### Inherited from
829
+
830
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingEmailConnector`](IEngineEnvironmentVariables.md#messagingemailconnector)
831
+
832
+ ***
833
+
834
+ ### messagingSmsConnector?
835
+
836
+ > `optional` **messagingSmsConnector**: `string`
837
+
838
+ The type of messaging sms connector: entity-storage, aws.
839
+
840
+ #### Inherited from
841
+
842
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingSmsConnector`](IEngineEnvironmentVariables.md#messagingsmsconnector)
843
+
844
+ ***
845
+
846
+ ### messagingPushNotificationConnector?
847
+
848
+ > `optional` **messagingPushNotificationConnector**: `string`
849
+
850
+ The type of messaging push notification connector: entity-storage, aws.
851
+
852
+ #### Inherited from
853
+
854
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingPushNotificationConnector`](IEngineEnvironmentVariables.md#messagingpushnotificationconnector)
855
+
856
+ ***
857
+
858
+ ### awsMessagingPushNotificationApplications?
859
+
860
+ > `optional` **awsMessagingPushNotificationApplications**: `string`
861
+
862
+ The applications for the push notifications JSON stringified array of IAwsApplicationSettings.
863
+
864
+ #### Inherited from
865
+
866
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`awsMessagingPushNotificationApplications`](IEngineEnvironmentVariables.md#awsmessagingpushnotificationapplications)
867
+
868
+ ***
869
+
870
+ ### messagingComponent?
871
+
872
+ > `optional` **messagingComponent**: `string`
873
+
874
+ The type of messaging component: service.
875
+
876
+ #### Inherited from
877
+
878
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingComponent`](IEngineEnvironmentVariables.md#messagingcomponent)
879
+
880
+ ***
881
+
882
+ ### telemetryConnector?
883
+
884
+ > `optional` **telemetryConnector**: `string`
885
+
886
+ The type of telemetry connector: entity-storage.
887
+
888
+ #### Inherited from
889
+
890
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`telemetryConnector`](IEngineEnvironmentVariables.md#telemetryconnector)
891
+
892
+ ***
893
+
894
+ ### faucetConnector?
895
+
896
+ > `optional` **faucetConnector**: `string`
897
+
898
+ The type of faucet connector: entity-storage, iota.
899
+
900
+ #### Inherited from
901
+
902
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`faucetConnector`](IEngineEnvironmentVariables.md#faucetconnector)
903
+
904
+ ***
905
+
906
+ ### walletConnector?
907
+
908
+ > `optional` **walletConnector**: `string`
909
+
910
+ The type of wallet connector: entity-storage, iota.
911
+
912
+ #### Inherited from
913
+
914
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`walletConnector`](IEngineEnvironmentVariables.md#walletconnector)
915
+
916
+ ***
917
+
918
+ ### nftConnector?
919
+
920
+ > `optional` **nftConnector**: `string`
921
+
922
+ The type of NFT connector: entity-storage, iota.
923
+
924
+ #### Inherited from
925
+
926
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`nftConnector`](IEngineEnvironmentVariables.md#nftconnector)
927
+
928
+ ***
929
+
930
+ ### identityConnector?
931
+
932
+ > `optional` **identityConnector**: `string`
933
+
934
+ The type of identity connector: entity-storage, iota.
935
+
936
+ #### Inherited from
937
+
938
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`identityConnector`](IEngineEnvironmentVariables.md#identityconnector)
939
+
940
+ ***
941
+
942
+ ### identityResolverConnector?
943
+
944
+ > `optional` **identityResolverConnector**: `string`
945
+
946
+ The type of identity resolver connector: entity-storage, iota.
947
+
948
+ #### Inherited from
949
+
950
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`identityResolverConnector`](IEngineEnvironmentVariables.md#identityresolverconnector)
951
+
952
+ ***
953
+
954
+ ### verifiableStorageConnector?
955
+
956
+ > `optional` **verifiableStorageConnector**: `string`
957
+
958
+ The type of verifiable storage connector: entity-storage, iota.
959
+
960
+ #### Inherited from
961
+
962
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`verifiableStorageConnector`](IEngineEnvironmentVariables.md#verifiablestorageconnector)
963
+
964
+ ***
965
+
966
+ ### iotaFaucetEndpoint?
967
+
968
+ > `optional` **iotaFaucetEndpoint**: `string`
969
+
970
+ IOTA Faucet Endpoint.
971
+
972
+ #### Inherited from
973
+
974
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaFaucetEndpoint`](IEngineEnvironmentVariables.md#iotafaucetendpoint)
975
+
976
+ ***
977
+
978
+ ### iotaNodeEndpoint?
979
+
980
+ > `optional` **iotaNodeEndpoint**: `string`
981
+
982
+ IOTA Node Endpoint.
983
+
984
+ #### Inherited from
985
+
986
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaNodeEndpoint`](IEngineEnvironmentVariables.md#iotanodeendpoint)
987
+
988
+ ***
989
+
990
+ ### iotaNetwork?
991
+
992
+ > `optional` **iotaNetwork**: `string`
993
+
994
+ IOTA network.
995
+
996
+ #### Inherited from
997
+
998
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaNetwork`](IEngineEnvironmentVariables.md#iotanetwork)
999
+
1000
+ ***
1001
+
1002
+ ### iotaCoinType?
1003
+
1004
+ > `optional` **iotaCoinType**: `string`
1005
+
1006
+ IOTA coin type.
1007
+
1008
+ #### Inherited from
1009
+
1010
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaCoinType`](IEngineEnvironmentVariables.md#iotacointype)
1011
+
1012
+ ***
1013
+
1014
+ ### iotaExplorerEndpoint?
1015
+
1016
+ > `optional` **iotaExplorerEndpoint**: `string`
1017
+
1018
+ IOTA Explorer Endpoint.
1019
+
1020
+ #### Inherited from
1021
+
1022
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaExplorerEndpoint`](IEngineEnvironmentVariables.md#iotaexplorerendpoint)
1023
+
1024
+ ***
1025
+
1026
+ ### iotaGasStationEndpoint?
1027
+
1028
+ > `optional` **iotaGasStationEndpoint**: `string`
1029
+
1030
+ IOTA Gas Station Endpoint.
1031
+
1032
+ #### Inherited from
1033
+
1034
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaGasStationEndpoint`](IEngineEnvironmentVariables.md#iotagasstationendpoint)
1035
+
1036
+ ***
1037
+
1038
+ ### iotaGasStationAuthToken?
1039
+
1040
+ > `optional` **iotaGasStationAuthToken**: `string`
1041
+
1042
+ IOTA Gas Station Authentication Token.
1043
+
1044
+ #### Inherited from
1045
+
1046
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`iotaGasStationAuthToken`](IEngineEnvironmentVariables.md#iotagasstationauthtoken)
1047
+
1048
+ ***
1049
+
1050
+ ### universalResolverEndpoint?
1051
+
1052
+ > `optional` **universalResolverEndpoint**: `string`
1053
+
1054
+ Universal Resolver Endpoint.
1055
+
1056
+ #### Inherited from
1057
+
1058
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`universalResolverEndpoint`](IEngineEnvironmentVariables.md#universalresolverendpoint)
1059
+
1060
+ ***
1061
+
1062
+ ### identityProfileConnector?
1063
+
1064
+ > `optional` **identityProfileConnector**: `string`
1065
+
1066
+ The type of identity profile connector: entity-storage.
1067
+
1068
+ #### Inherited from
1069
+
1070
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`identityProfileConnector`](IEngineEnvironmentVariables.md#identityprofileconnector)
1071
+
1072
+ ***
1073
+
1074
+ ### immutableProofVerificationMethodId?
1075
+
1076
+ > `optional` **immutableProofVerificationMethodId**: `string`
1077
+
1078
+ The identity verification method id to use with immutable proofs.
8
1079
 
9
- ## Properties
1080
+ #### Inherited from
1081
+
1082
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`immutableProofVerificationMethodId`](IEngineEnvironmentVariables.md#immutableproofverificationmethodid)
1083
+
1084
+ ***
1085
+
1086
+ ### attestationConnector?
1087
+
1088
+ > `optional` **attestationConnector**: `string`
1089
+
1090
+ The type of attestation connector: entity-storage, iota.
1091
+
1092
+ #### Inherited from
1093
+
1094
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`attestationConnector`](IEngineEnvironmentVariables.md#attestationconnector)
1095
+
1096
+ ***
1097
+
1098
+ ### attestationVerificationMethodId?
1099
+
1100
+ > `optional` **attestationVerificationMethodId**: `string`
1101
+
1102
+ The identity verification method id to use with attestation.
1103
+
1104
+ #### Inherited from
1105
+
1106
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`attestationVerificationMethodId`](IEngineEnvironmentVariables.md#attestationverificationmethodid)
1107
+
1108
+ ***
1109
+
1110
+ ### dataProcessingEnabled?
1111
+
1112
+ > `optional` **dataProcessingEnabled**: `string`
1113
+
1114
+ Is the data processing enabled, defaults to false.
1115
+
1116
+ #### Inherited from
1117
+
1118
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataProcessingEnabled`](IEngineEnvironmentVariables.md#dataprocessingenabled)
1119
+
1120
+ ***
1121
+
1122
+ ### dataConverterConnectors?
1123
+
1124
+ > `optional` **dataConverterConnectors**: `string`
1125
+
1126
+ The type of the default data converters, can be a comma separated list: json, xml.
1127
+
1128
+ #### Inherited from
1129
+
1130
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataConverterConnectors`](IEngineEnvironmentVariables.md#dataconverterconnectors)
1131
+
1132
+ ***
1133
+
1134
+ ### dataExtractorConnectors?
1135
+
1136
+ > `optional` **dataExtractorConnectors**: `string`
1137
+
1138
+ The type of the default data extractor, can be a comma separated list: json-path.
1139
+
1140
+ #### Inherited from
1141
+
1142
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataExtractorConnectors`](IEngineEnvironmentVariables.md#dataextractorconnectors)
1143
+
1144
+ ***
1145
+
1146
+ ### auditableItemGraphEnabled?
1147
+
1148
+ > `optional` **auditableItemGraphEnabled**: `string`
1149
+
1150
+ Is the auditable item graph enabled, defaults to false.
1151
+
1152
+ #### Inherited from
1153
+
1154
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`auditableItemGraphEnabled`](IEngineEnvironmentVariables.md#auditableitemgraphenabled)
1155
+
1156
+ ***
1157
+
1158
+ ### auditableItemStreamEnabled?
1159
+
1160
+ > `optional` **auditableItemStreamEnabled**: `string`
1161
+
1162
+ Is the auditable item stream enabled, defaults to false.
1163
+
1164
+ #### Inherited from
1165
+
1166
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`auditableItemStreamEnabled`](IEngineEnvironmentVariables.md#auditableitemstreamenabled)
1167
+
1168
+ ***
1169
+
1170
+ ### documentManagementEnabled?
1171
+
1172
+ > `optional` **documentManagementEnabled**: `string`
1173
+
1174
+ Is the document management enabled, defaults to false.
1175
+
1176
+ #### Inherited from
1177
+
1178
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`documentManagementEnabled`](IEngineEnvironmentVariables.md#documentmanagementenabled)
1179
+
1180
+ ***
1181
+
1182
+ ### synchronisedStorageEnabled?
1183
+
1184
+ > `optional` **synchronisedStorageEnabled**: `string`
1185
+
1186
+ Is the synchronised storage enabled, defaults to false.
1187
+
1188
+ #### Inherited from
1189
+
1190
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageEnabled`](IEngineEnvironmentVariables.md#synchronisedstorageenabled)
1191
+
1192
+ ***
1193
+
1194
+ ### synchronisedStorageTrustedUrl?
1195
+
1196
+ > `optional` **synchronisedStorageTrustedUrl**: `string`
1197
+
1198
+ Url which points to the api for a trusted synchronised storage node, not required if this is a trusted node.
1199
+
1200
+ #### Inherited from
1201
+
1202
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageTrustedUrl`](IEngineEnvironmentVariables.md#synchronisedstoragetrustedurl)
1203
+
1204
+ ***
1205
+
1206
+ ### synchronisedStorageVerifiableStorageKeyId?
1207
+
1208
+ > `optional` **synchronisedStorageVerifiableStorageKeyId**: `string`
1209
+
1210
+ The key for the smart contract which contains the verifiable storage pointer store for synchronised storage.
1211
+ This only required if using a custom verifiable storage item, otherwise it will default the the network name.
1212
+
1213
+ #### Inherited from
1214
+
1215
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageVerifiableStorageKeyId`](IEngineEnvironmentVariables.md#synchronisedstorageverifiablestoragekeyid)
1216
+
1217
+ ***
1218
+
1219
+ ### synchronisedStorageBlobStorageEncryptionKeyId?
1220
+
1221
+ > `optional` **synchronisedStorageBlobStorageEncryptionKeyId**: `string`
1222
+
1223
+ The key from the vault which is used to encrypt the synchronised storage blobs.
1224
+ Only required for trusted nodes, as regular nodes will request from the trusted nodes.
1225
+ Defaults to synchronised-storage-blob-encryption
1226
+
1227
+ #### Inherited from
1228
+
1229
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageBlobStorageEncryptionKeyId`](IEngineEnvironmentVariables.md#synchronisedstorageblobstorageencryptionkeyid)
1230
+
1231
+ ***
1232
+
1233
+ ### synchronisedStorageBlobStorageKey?
1234
+
1235
+ > `optional` **synchronisedStorageBlobStorageKey**: `string`
1236
+
1237
+ The key used for blob encryption, should be ChaCha20Poly1305 encoded as base64.
1238
+ Only required for trusted nodes, as regular nodes will not write encrypted data.
1239
+
1240
+ #### Inherited from
1241
+
1242
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageBlobStorageKey`](IEngineEnvironmentVariables.md#synchronisedstorageblobstoragekey)
1243
+
1244
+ ***
1245
+
1246
+ ### synchronisedStorageEntityUpdateIntervalMinutes?
1247
+
1248
+ > `optional` **synchronisedStorageEntityUpdateIntervalMinutes**: `string`
1249
+
1250
+ How often to check for entity updates in minutes.
1251
+
1252
+ #### Default
1253
+
1254
+ ```ts
1255
+ 5
1256
+ ```
1257
+
1258
+ #### Inherited from
1259
+
1260
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageEntityUpdateIntervalMinutes`](IEngineEnvironmentVariables.md#synchronisedstorageentityupdateintervalminutes)
1261
+
1262
+ ***
1263
+
1264
+ ### synchronisedStorageConsolidationIntervalMinutes?
1265
+
1266
+ > `optional` **synchronisedStorageConsolidationIntervalMinutes**: `string`
1267
+
1268
+ Interval to perform consolidation of changesets, only used if this is a trusted node.
1269
+
1270
+ #### Default
1271
+
1272
+ ```ts
1273
+ 60
1274
+ ```
1275
+
1276
+ #### Inherited from
1277
+
1278
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageConsolidationIntervalMinutes`](IEngineEnvironmentVariables.md#synchronisedstorageconsolidationintervalminutes)
1279
+
1280
+ ***
1281
+
1282
+ ### synchronisedStorageConsolidationBatchSize?
1283
+
1284
+ > `optional` **synchronisedStorageConsolidationBatchSize**: `string`
1285
+
1286
+ The number of entities to process in a single consolidation batch, only used if this is a trusted node.
1287
+
1288
+ #### Default
1289
+
1290
+ ```ts
1291
+ 1000
1292
+ ```
1293
+
1294
+ #### Inherited from
1295
+
1296
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageConsolidationBatchSize`](IEngineEnvironmentVariables.md#synchronisedstorageconsolidationbatchsize)
1297
+
1298
+ ***
1299
+
1300
+ ### synchronisedStorageMaxConsolidations?
1301
+
1302
+ > `optional` **synchronisedStorageMaxConsolidations**: `string`
1303
+
1304
+ The maximum number of consolidations to keep in storage, only used if this is a trusted node.
1305
+
1306
+ #### Default
1307
+
1308
+ ```ts
1309
+ 5
1310
+ ```
1311
+
1312
+ #### Inherited from
1313
+
1314
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageMaxConsolidations`](IEngineEnvironmentVariables.md#synchronisedstoragemaxconsolidations)
1315
+
1316
+ ***
1317
+
1318
+ ### federatedCatalogueEnabled?
1319
+
1320
+ > `optional` **federatedCatalogueEnabled**: `string`
1321
+
1322
+ Is the federated catalogue enabled, defaults to false.
1323
+
1324
+ #### Inherited from
1325
+
1326
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueEnabled`](IEngineEnvironmentVariables.md#federatedcatalogueenabled)
1327
+
1328
+ ***
1329
+
1330
+ ### federatedCatalogueCacheTtlMs?
1331
+
1332
+ > `optional` **federatedCatalogueCacheTtlMs**: `number`
1333
+
1334
+ Federated catalog TTL for the cache.
1335
+
1336
+ #### Inherited from
1337
+
1338
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueCacheTtlMs`](IEngineEnvironmentVariables.md#federatedcataloguecachettlms)
1339
+
1340
+ ***
1341
+
1342
+ ### federatedCatalogueClearingHouseApproverList?
1343
+
1344
+ > `optional` **federatedCatalogueClearingHouseApproverList**: `string`
1345
+
1346
+ Federated catalog clearing house approver list, stringified array of DIDs.
1347
+
1348
+ #### Inherited from
1349
+
1350
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueClearingHouseApproverList`](IEngineEnvironmentVariables.md#federatedcatalogueclearinghouseapproverlist)
1351
+
1352
+ ***
1353
+
1354
+ ### rightsManagementEnabled?
1355
+
1356
+ > `optional` **rightsManagementEnabled**: `string`
1357
+
1358
+ Is the rights management enabled, defaults to false.
1359
+
1360
+ #### Inherited from
1361
+
1362
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementEnabled`](IEngineEnvironmentVariables.md#rightsmanagementenabled)
1363
+
1364
+ ***
1365
+
1366
+ ### rightsManagementBaseCallbackUrl?
1367
+
1368
+ > `optional` **rightsManagementBaseCallbackUrl**: `string`
1369
+
1370
+ What is the base callback url for rights management negotiations e.g. https://my-node/rights-management.
1371
+
1372
+ #### Inherited from
1373
+
1374
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementBaseCallbackUrl`](IEngineEnvironmentVariables.md#rightsmanagementbasecallbackurl)
1375
+
1376
+ ***
1377
+
1378
+ ### rightsManagementInformationSources?
1379
+
1380
+ > `optional` **rightsManagementInformationSources**: `string`
1381
+
1382
+ The rights management configuration which includes the information sources modules to load.
1383
+ Use the @json: prefix to specify the path to the JSON configuration file.
1384
+
1385
+ #### Inherited from
1386
+
1387
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementInformationSources`](IEngineEnvironmentVariables.md#rightsmanagementinformationsources)
1388
+
1389
+ ***
1390
+
1391
+ ### rightsManagementNegotiators?
1392
+
1393
+ > `optional` **rightsManagementNegotiators**: `string`
1394
+
1395
+ The rights management configuration which includes the negotiator modules to load.
1396
+ Use the @json: prefix to specify the path to the JSON configuration file.
1397
+
1398
+ #### Inherited from
1399
+
1400
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementNegotiators`](IEngineEnvironmentVariables.md#rightsmanagementnegotiators)
1401
+
1402
+ ***
1403
+
1404
+ ### rightsManagementRequesters?
1405
+
1406
+ > `optional` **rightsManagementRequesters**: `string`
1407
+
1408
+ The rights management configuration which includes the requester modules to load.
1409
+ Use the @json: prefix to specify the path to the JSON configuration file.
1410
+
1411
+ #### Inherited from
1412
+
1413
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementRequesters`](IEngineEnvironmentVariables.md#rightsmanagementrequesters)
1414
+
1415
+ ***
1416
+
1417
+ ### rightsManagementExecutionActions?
1418
+
1419
+ > `optional` **rightsManagementExecutionActions**: `string`
1420
+
1421
+ The rights management configuration which includes the execution actions modules to load.
1422
+ Use the @json: prefix to specify the path to the JSON configuration file.
1423
+
1424
+ #### Inherited from
1425
+
1426
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementExecutionActions`](IEngineEnvironmentVariables.md#rightsmanagementexecutionactions)
1427
+
1428
+ ***
1429
+
1430
+ ### rightsManagementEnforcementProcessors?
1431
+
1432
+ > `optional` **rightsManagementEnforcementProcessors**: `string`
1433
+
1434
+ The rights management configuration which includes the enforcement processor modules to load.
1435
+ Use the @json: prefix to specify the path to the JSON configuration file.
1436
+
1437
+ #### Inherited from
1438
+
1439
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementEnforcementProcessors`](IEngineEnvironmentVariables.md#rightsmanagementenforcementprocessors)
1440
+
1441
+ ***
1442
+
1443
+ ### rightsManagementArbiters?
1444
+
1445
+ > `optional` **rightsManagementArbiters**: `string`
1446
+
1447
+ The rights management configuration which includes the arbiter modules to load.
1448
+ Use the @json: prefix to specify the path to the JSON configuration file.
1449
+
1450
+ #### Inherited from
1451
+
1452
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementArbiters`](IEngineEnvironmentVariables.md#rightsmanagementarbiters)
1453
+
1454
+ ***
1455
+
1456
+ ### rightsManagementOffers?
1457
+
1458
+ > `optional` **rightsManagementOffers**: `string`
1459
+
1460
+ The rights management configuration which includes the offer modules to load.
1461
+ Use the @json: prefix to specify the path to the JSON configuration file.
1462
+
1463
+ #### Inherited from
1464
+
1465
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`rightsManagementOffers`](IEngineEnvironmentVariables.md#rightsmanagementoffers)
1466
+
1467
+ ***
1468
+
1469
+ ### taskSchedulerEnabled?
1470
+
1471
+ > `optional` **taskSchedulerEnabled**: `string`
1472
+
1473
+ Is the task scheduler enabled, defaults to false.
1474
+
1475
+ #### Inherited from
1476
+
1477
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`taskSchedulerEnabled`](IEngineEnvironmentVariables.md#taskschedulerenabled)
1478
+
1479
+ ***
1480
+
1481
+ ### dataSpaceConnectorEnabled?
1482
+
1483
+ > `optional` **dataSpaceConnectorEnabled**: `string`
1484
+
1485
+ Is the data space connector enabled, defaults to false.
1486
+
1487
+ #### Inherited from
1488
+
1489
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataSpaceConnectorEnabled`](IEngineEnvironmentVariables.md#dataspaceconnectorenabled)
1490
+
1491
+ ***
1492
+
1493
+ ### dataSpaceConnectorApps?
1494
+
1495
+ > `optional` **dataSpaceConnectorApps**: `string`
1496
+
1497
+ The application configuration for the data space connector.
1498
+ Use the @json: prefix to specify the path to the JSON configuration file.
1499
+
1500
+ #### Inherited from
1501
+
1502
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`dataSpaceConnectorApps`](IEngineEnvironmentVariables.md#dataspaceconnectorapps)
1503
+
1504
+ ***
1505
+
1506
+ ### vcAuthenticationEnabled?
1507
+
1508
+ > `optional` **vcAuthenticationEnabled**: `string`
1509
+
1510
+ Enable verifiable credential authentication for the API.
1511
+
1512
+ #### Inherited from
1513
+
1514
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`vcAuthenticationEnabled`](IEngineEnvironmentVariables.md#vcauthenticationenabled)
1515
+
1516
+ ***
1517
+
1518
+ ### vcAuthenticationVerificationMethodId?
1519
+
1520
+ > `optional` **vcAuthenticationVerificationMethodId**: `string`
1521
+
1522
+ Verifiable credential assertion for node to node communication.
1523
+ Defaults to node-authentication-assertion.
1524
+
1525
+ #### Inherited from
1526
+
1527
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`vcAuthenticationVerificationMethodId`](IEngineEnvironmentVariables.md#vcauthenticationverificationmethodid)
1528
+
1529
+ ***
10
1530
 
11
1531
  ### port?
12
1532
 
@@ -88,14 +1608,6 @@ Additional MIME type processors to include, comma separated.
88
1608
 
89
1609
  ***
90
1610
 
91
- ### enableVerifiableCredentialRouteProcessors?
92
-
93
- > `optional` **enableVerifiableCredentialRouteProcessors**: `string`
94
-
95
- Enable to the route processor for verifiable credentials.
96
-
97
- ***
98
-
99
1611
  ### disableNodeIdentity?
100
1612
 
101
1613
  > `optional` **disableNodeIdentity**: `string`