-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (34 loc) · 1.01 KB
/
config.json
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
{
"chainName": "ABConservative",
"electionQuestion": "Who should be the leader of the Alberta Conservative Party?",
"electionFlagURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Flag_of_Alberta.svg/2000px-Flag_of_Alberta.svg.png",
"districtAlias": "City",
"deployWaitTime": "60",
"user": {
"username": "Other User Who Is Not Doing Anything",
"affiliation": "group1"
},
"deployRequest": {
"chaincodePath": "chaincode",
"functionName": "init",
"args": [
"Alberta Conservative Party Elections",
"6",
"Calgary",
"Edmonton",
"Red Deer",
"Lethbridge",
"St.Albert",
"Medicine Hat",
"5",
"Dan Morrison",
"Brenden Rolland",
"Pat Palmer",
"Shelton Liam",
"Kara Lilibeth",
"2017", "5","1","13","45",
"2019", "9","1","9","0",
"yes"
]
}
}