forked from ShieldCoin/WebWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 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
35
36
37
{
"Testing": true,
"FQDN": "localhost",
"Sockets": {
"TestingPort": 8082,
"SSLPort": 443,
"HTTPredirectPort": 80
},
"XSH": {
"walletpassphrase": "5i3IG5vLjp4a",
"encrypted": true,
"RPCPort": 20203,
"rpcuser": "bitcoinrpc",
"rpcpassword": "9GHqNhXjEHY5kq7k2oSECUpzKpk6GWu8TDrXzupP6CQc"
},
"Sessions": {
"SessionTime": 15,
"TriesUntilCaptcha": 3,
"TriesUntilBlock": 10
},
"PassReq": {
"Length": 15,
"Mask": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!$*",
"SALTA": "V@$98nyVRQWwn9y8",
"SALTB": "VW(B)v1b9A9wi74p"
},
"reCaptcha": {
"enable": true,
"SiteKey": "6Lc9EjwUAAAAANfjQw3Oe9DqscD3o_Axs2vN7c5a",
"SecretKey": "6Lc9EjwUAAAAAK14Sbj3RO2bsWJ0ZEWRqeiognK_"
},
"SSL": {
"key": "/root/Certificates/privkey.pem",
"cert": "/root/Certificates/fullchain.pem",
"ca": "/root/Certificates/chain.pem"
}
}