-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-wizard.yml
56 lines (56 loc) · 1.65 KB
/
setup-wizard.yml
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
version: "2"
fields:
- id: IP_ADDRESS
target:
type: environment
name: IP_ADDRESS
service: threshold-pre-client.public.dappnode.eth
title: IP_ADDRESS
maxLength: 32
description: >-
Public ip address of your dappnode
- id: NUCYPHER_KEY_MATERIAL
target:
type: environment
name: NUCYPHER_KEY_MATERIAL
service: threshold-pre-client.public.dappnode.eth
title: NUCYPHER_KEY_MATERIAL
maxLength: 64
description: >-
Generated by scripts/create-key-material.sh
- id: NUCYPHER_KEYSTORE_PASSWORD
target:
type: environment
name: NUCYPHER_KEYSTORE_PASSWORD
service: threshold-pre-client.public.dappnode.eth
title: NUCYPHER_KEYSTORE_PASSWORD
maxLength: 32
description: >-
Password to the nucypher keystore
- id: NUCYPHER_OPERATOR_ETH_PASSWORD
target:
type: environment
name: NUCYPHER_OPERATOR_ETH_PASSWORD
service: threshold-pre-client.public.dappnode.eth
title: NUCYPHER_OPERATOR_ETH_PASSWORD
maxLength: 32
description: >-
Password to the operator's ethereum keystore
- id: OPERATOR_KEYSTORE_JSON
target:
type: environment
name: OPERATOR_KEYSTORE_JSON
service: threshold-pre-client.public.dappnode.eth
title: OPERATOR_KEYSTORE_JSON
maxLength: 600
description: >-
Operator's ethereum keystore json
- id: PAYMENT_PROVIDER_URL
target:
type: environment
name: PAYMENT_PROVIDER_URL
service: threshold-pre-client.public.dappnode.eth
title: PAYMENT_PROVIDER_URL
maxLength: 128
description: >-
URL to the payment network's rpc endpoint (ie polygon rpc url)