You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/root/manual/developer-docs/nodes/mithril-aggregator.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ Here is a list of the available parameters:
437
437
|`snapshot_store_type`| - | - |`SNAPSHOT_STORE_TYPE`| Type of snapshot store to use | - |`gcp` or `local`|:heavy_check_mark:|
438
438
|`snapshot_uploader_type`| - | - |`SNAPSHOT_UPLOADER_TYPE`| Type of snapshot uploader to use | - |`gcp` or `local`|:heavy_check_mark:|
439
439
| `snapshot_bucket_name` | - | - | `SNAPSHOT_BUCKET_NAME` | Name of the bucket where the snapshots are stored | - | `snapshot-bucket` | :heavy_check_mark: | Required if `snapshot_uploader_type` is `gcp`
440
+
| `snapshot_use_cdn_domain` | - | - | `SNAPSHOT_USE_CDN_DOMAIN` | Use CDN domain for constructing snapshot url | `false` | - | - | To be used if `snapshot_uploader_type` is `gcp`
440
441
|`run_interval`| - | - |`RUN_INTERVAL`| Interval between two runtime cycles in ms | - |`60000`|:heavy_check_mark:|
441
442
|`era_reader_adapter_type`|`--era-reader-adapter-type`| - |`ERA_READER_ADAPTER_TYPE`| Era reader adapter type that can be `cardano-chain`, `file` or `bootstrap`. |`bootstrap`| - | - |
442
443
|`era_reader_adapter_params`|`--era-reader-adapter-params`| - |`ERA_READER_ADAPTER_PARAMS`| Era reader adapter params that is an optional JSON encoded parameters structure that is expected depending on the `era_reader_adapter_type` parameter | - | - | - |
0 commit comments