This repository was archived by the owner on Sep 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevelopment.json
More file actions
58 lines (58 loc) · 1.42 KB
/
development.json
File metadata and controls
58 lines (58 loc) · 1.42 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"logLevel": "trace",
"db": {
"user": "psingh",
"password": "p@ssw0rd9999",
"host": "127.0.0.1",
"port": "5432",
"database": "peerid"
},
"swagger": {
"host": "virtserver.swaggerhub.com",
"schemes": [
"https"
]
},
"sessionSecret": "sessionSecret",
"cors": true,
"port": 3000,
"google": {
"clientId": "457241315847-53tlujrnj4oj66sehd37rqqjjmgdh1r6.apps.googleusercontent.com",
"clientSecret": "1vkXPzTcNew4Q4pKmiPgVFFp"
},
"facebook": {
"clientId": "2534442443233970",
"clientSecret": "271bd8b8a045cf88f42b6ba36765a337"
},
"discord": {
"clientId": "771714070406889472",
"clientSecret": "mTuttzFfzJ1GNMiiv1jHVCnIKYjKaalt"
},
"raven": {
"enabled": false,
"url": ""
},
"mailer": {
"host": "smtp.gmail.com",
"port": 587,
"secure": false,
"auth": {
"user": "prabhjot.narula@gmail.com",
"pass": "lqkdwshixsjrasug"
},
"sender": "Prabhjot Singh",
"tls": {
"rejectUnauthorized": false
}
},
"frontendUrl": "http://localhost:8082",
"backendUrl": "http://localhost:3000",
"peerplays": {
"peerplaysWS": "wss://irona.peerplays.download/api",
"peerplaysFaucetURL": "https://irona-faucet.peerplays.download/api/v1/accounts",
"referrer": "1.2.0",
"feeAssetId": "1.3.0",
"paymentAccountID": "1.2.21",
"paymentAccountWIF": "5HttHcgL2NgFc5XsFY8bs51VehVDS2Tb4NGkRuwjJ6v6Mq7eC7S"
}
}