-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcopier.yaml
45 lines (36 loc) · 1.01 KB
/
copier.yaml
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
_subdirectory: template_content
_templates: template_content/.env.template
_load_answers_from: template_content/.copier-answers.yml
# The following should never get prompted; algokit should always pass these values through by convention
algod_token:
type: str
help: Default Algod Token
default: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
algod_server:
type: str
help: Default Algod server
default: "http://localhost"
algod_port:
type: int
help: Default Algod port
default: 4001
kmd_port:
type: int
help: Default KMD port
default: 4002
indexer_token:
type: str
help: Default Indexer token
default: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
indexer_server:
type: str
help: Default Indexer server
default: "http://localhost"
indexer_port:
type: int
help: Default Indexer port
default: 8980
goracle_abi_path:
type: str
help: Path To GORA ABI JSON
default: "${PWD}/protocol/assets/abi"