forked from clearmatics/zeth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmpc_phase1_server_config.json
More file actions
31 lines (24 loc) · 1.13 KB
/
mpc_phase1_server_config.json
File metadata and controls
31 lines (24 loc) · 1.13 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
{
"server": {
"_contributors_file_description": "Relative path of contributors file",
"contributors_file": "../testdata/mpc_contributors.json",
"_start_time_utc_description": "Time (in UTC) that first contribution is allowed",
"_start_time_utc_example": "2019-11-05 13:33:13",
"start_time_utc": "TIME",
"_contribution_interval_description": "Interval time in seconds",
"contribution_interval": "60.0",
"_email_description": "Optional email server and credentials",
"_email_server_example": "smtp.myorg.com:465",
"_email_address_example": "mpc.coordinator@myorg.com",
"_email_password_file_example": "email_pwd",
"_tls_description": "Key and certificate for the server.",
"tls_key": "key.pem",
"tls_certificate": "cert.pem",
"_port_description": "Port to listen on",
"port": PORT
},
"_pot_path_description": "Path (relative) to the powersoftau binaries",
"pot_path": "../../powersoftau/target/release",
"_num_powers_description": "Determines max degree of QAP (Power of 2)",
"num_powers": QAP_DEGREE
}