-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript-prd.json
34 lines (34 loc) · 1007 Bytes
/
appsscript-prd.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
{
"timeZone": "UTC",
"dependencies": {
"libraries": [
{
"userSymbol": "QUnitGS2",
"version": "0",
"libraryId": "1Naw91ouW3W-M2Pe1uJEoE7zKeGDWOwRKm1OQMnpP-YT7yG-y9aMkj0xt",
"developmentMode": true
}
]
},
"webapp": {
"access": "ANYONE",
"executeAs": "USER_DEPLOYING"
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"executionApi": {
"access": "ANYONE"
},
"oauthScopes": [
"https://www.googleapis.com/auth/script.deployments",
"https://www.googleapis.com/auth/script.projects",
"https://www.googleapis.com/auth/script.webapp.deploy",
"https://www.googleapis.com/auth/drive.metadata.readonly",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/service.management",
"https://www.googleapis.com/auth/logging.read",
"https://www.googleapis.com/auth/cloud-platform",
"https://mail.google.com/",
"https://www.googleapis.com/auth/presentations"
]
}