-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
107 lines (107 loc) · 4.06 KB
/
settings.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"development": {
"environmentId": "development",
"payUReports": "https://sandbox.api.payulatam.com/reports-api/4.0/service.cgi",
"etherscanKey": "2RU78DJDPVG9G2VK3AHE8QVTAN65CP9MBI",
"web3Provider": "http://localhost:8545",
"chainId": 1337,
"account": "0x6348A4DF769A2dC50E8D2F968d445685B8043BFb",
"merchantId": 508029,
"feeThreshold": 0.9,
"pullAttempts": 3600,
"pullInterval": 10000,
"youtube": {
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"broadcastEndpoint": "https://www.googleapis.com/youtube/v3/liveBroadcasts",
"streamEndpoint": "https://www.googleapis.com/youtube/v3/liveStreams"
},
"paypal": {
"tokenEndpoint": "https://api.sandbox.paypal.com/v1/oauth2/token",
"ordersEndpoint": "https://api.sandbox.paypal.com/v2/checkout/orders"
}
},
"unit": {
"environmentId": "unit",
"payUReports": "http://localhost:9470",
"etherscanKey": "2RU78DJDPVG9G2VK3AHE8QVTAN65CP9MBI",
"web3Provider": "http://localhost:8555",
"chainId": 1337,
"account": "0x9fCA45d4fF08e62B3084a68353BE55bD905c961A",
"merchantId": 508029,
"feeThreshold": 0.9,
"pullAttempts": 10,
"pullInterval": 20,
"youtube": {
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"broadcastEndpoint": "https://www.googleapis.com/youtube/v3/liveBroadcasts",
"streamEndpoint": "https://www.googleapis.com/youtube/v3/liveStreams"
},
"paypal": {
"tokenEndpoint": "https://api.sandbox.paypal.com/v1/oauth2/token",
"ordersEndpoint": "https://api.sandbox.paypal.com/v2/checkout/orders"
}
},
"testing": {
"environmentId": "testing",
"payUReports": "https://sandbox.api.payulatam.com/reports-api/4.0/service.cgi",
"etherscanKey": "K33HJVG46X7392MMEVXXYCFERNVK77I13T",
"web3Provider": "https://sokol.poa.network",
"chainId": 77,
"account": "0x9fCA45d4fF08e62B3084a68353BE55bD905c961A",
"merchantId": 508029,
"feeThreshold": 0.9,
"pullAttempts": 3600,
"pullInterval": 10000,
"youtube": {
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"broadcastEndpoint": "https://www.googleapis.com/youtube/v3/liveBroadcasts",
"streamEndpoint": "https://www.googleapis.com/youtube/v3/liveStreams"
},
"paypal": {
"tokenEndpoint": "https://api.sandbox.paypal.com/v1/oauth2/token",
"ordersEndpoint": "https://api.sandbox.paypal.com/v2/checkout/orders"
}
},
"staging": {
"environmentId": "staging",
"payUReports": "https://api.payulatam.com/reports-api/4.0/service.cgi",
"etherscanKey": "K33HJVG46X7392MMEVXXYCFERNVK77I13T",
"web3Provider": "https://sokol.poa.network",
"chainId": 77,
"account": "0x9fCA45d4fF08e62B3084a68353BE55bD905c961A",
"merchantId": 845239,
"feeThreshold": 0.9,
"pullAttempts": 3600,
"pullInterval": 10000,
"youtube": {
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"broadcastEndpoint": "https://www.googleapis.com/youtube/v3/liveBroadcasts",
"streamEndpoint": "https://www.googleapis.com/youtube/v3/liveStreams"
},
"paypal": {
"tokenEndpoint": "https://api.paypal.com/v1/oauth2/token",
"ordersEndpoint": "https://api.paypal.com/v2/checkout/orders"
}
},
"production": {
"environmentId": "",
"payUReports": "https://api.payulatam.com/reports-api/4.0/service.cgi",
"etherscanKey": "NAVRNVJWI4D72RX8Z5C5FAHZ8BCNC1DCVN",
"web3Provider": "https://xdai.poanetwork.dev",
"chainId": 100,
"account": "0x9fCA45d4fF08e62B3084a68353BE55bD905c961A",
"merchantId": 845239,
"feeThreshold": 0.9,
"pullAttempts": 3600,
"pullInterval": 10000,
"youtube": {
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"broadcastEndpoint": "https://www.googleapis.com/youtube/v3/liveBroadcasts",
"streamEndpoint": "https://www.googleapis.com/youtube/v3/liveStreams"
},
"paypal": {
"tokenEndpoint": "https://api.paypal.com/v1/oauth2/token",
"ordersEndpoint": "https://api.paypal.com/v2/checkout/orders"
}
}
}