forked from diegomanuel/binance-to-google-sheets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappsscript.json
38 lines (38 loc) · 1.13 KB
/
appsscript.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
{
"timeZone": "America/Argentina/Buenos_Aires",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/script.scriptapp"
],
"addOns": {
"common": {
"name": "Binance to Google Sheets",
"logoUrl": "https://raw.githubusercontent.com/diegomanuel/binance-to-google-sheets/master/img/binance-to-google-sheets-logo.png"
},
"sheets": {
"homepageTrigger": {
"enabled": false,
"runFunction": ""
}
}
},
"urlFetchWhitelist": [
"https://api.binance.com/",
"https://api1.binance.com/",
"https://api2.binance.com/",
"https://api3.binance.com/",
"https://fapi.binance.com/",
"https://dapi.binance.com/",
"https://btgs-proxy.setupme.io:4000/",
"https://btgs-proxy.setupme.io:4001/",
"https://btgs-proxy.setupme.io:4002/",
"https://btgs-proxy.setupme.io:4003/",
"https://btgs-proxy.setupme.io:4004/",
"https://btgs-proxy.setupme.io:4005/"
]
}