-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
39 lines (39 loc) · 843 Bytes
/
config.json.example
File metadata and controls
39 lines (39 loc) · 843 Bytes
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
{
"contracts": {
"cr_pool_address": "0x0000000000000000000000000000000000000000",
"bpos_pool_address": "0x0000000000000000000000000000000000000000"
},
"rpc": {
"main_chain": "https://api.elastos.io/ela",
"pg_chain": "https://api.elastos.io/pg"
},
"update": {
"interval": "24h"
},
"email": {
"enabled": true,
"from": {
"address": "your_email@gmail.com",
"password": "your_app_password"
},
"to": [
"your_email@gmail.com"
],
"subject": "BPoS & CR Monitor",
"smtp": {
"host": "smtppro.zoho.com",
"port": 587,
"tls": true
}
},
"web": {
"enabled": true,
"output_path": "./web"
},
"account": {
"keystore_path": "./keystore/UTC--2024-01-01T00-00-00.000000000Z--your_address"
},
"bpos": {
"min_dposv2_votes": "80000"
}
}