-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup-wizard.yml
More file actions
26 lines (26 loc) · 897 Bytes
/
setup-wizard.yml
File metadata and controls
26 lines (26 loc) · 897 Bytes
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
version: "2"
fields:
- id: explorerEnabled
target:
type: environment
name: EXPLORER_ENABLED
service: [postgres, explorer-backend, explorer-frontend]
title: Local chain explorer
description: >-
The explorer service is disabled by default. Do you want to run your own chain explorer locally? Enabling the explorer will allow you to be self-sovereign in your access to chain data, but consumes significantly more storage
enum:
- "disabled"
- "enabled"
required: true
- id: initializingFromSnapshot
target:
type: environment
name: INITIALIZING_FROM_SNAPSHOT
service: [alephium]
title: Initializing from snapshot
description: >-
Load the latest snapshot from https://archives.alephium.org to speed up the initial sync, if not already synced
enum:
- "disabled"
- "enabled"
required: true