-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 796 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 796 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
{
"account": "Your Steem Witness Account",
"key": "Your Active Key",
"signing_keys": [
"Witness Signing Key 1",
"Witness Signing Key 2",
"STM1111111111111111111111111111111114T1Anm"
],
"url": "https://steemyy.com",
"fee": "3.000 STEEM",
"interval": 60,
"period": 360,
"threshold": 4,
"rpc_nodes": ["https://api.steemit.com"],
"aws":{
"region": "us-east-1",
"accessKeyId": "accessKeyId",
"secretAccessKey": "secretAccessKey",
"number": "+33620202020"
},
"email":{
"port": 465,
"host": "ssl0.ovh.net",
"user": "username@domain.com",
"pass": "mypassword",
"from": "Witness Alert <noreply@mydomain.com>",
"recipient": "user@domain.com"
}
}