-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup-wizard.yml
More file actions
42 lines (42 loc) · 1.48 KB
/
setup-wizard.yml
File metadata and controls
42 lines (42 loc) · 1.48 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
version: "2"
fields:
- title: Swap Endpoint
id: swap-endpoint
description: swap ethereum blockchain endpoint.
target:
type: environment
name: BEE_SWAP_ENDPOINT
required: true
- title: Password
id: password
description: It is important to choose a strong unique password, as this will protect your valuable private key which is generated during startup
target:
type: environment
name: PASSWORD
required: true
secret: true
- title: Database Capacity
id: db-capacity
description: Database capacity in chunks, multiply by 4096 to get approximate capacity in bytes (default 5000000 ~= 20GB )
target:
type: environment
name: BEE_DB_CAPACITY
required: true
- title: Welcome message
id: welcome-message
description: send a welcome message string during handshakes
target:
type: environment
name: BEE_WELCOME_MESSAGE
- id: swarmDataMountpoint
target:
type: allNamedVolumesMountpoint
title: Storage data mountpoint
description: >-
Use this option if you want to store the Storage data in a separate drive. Make sure to have sufficient free space
- title: Full Node Mode
id: full-node
description: Enable the full node mode, if you remove this field, you will run the node in light mode, you can obtain more info about it in bee documentation https://docs.ethswarm.org/docs/access-the-swarm/light-nodes
target:
type: environment
name: FULL-NODE-MODE