Skip to content

Commit

Permalink
Add webapp configuration to appsscript.json for anonymous access
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotch321 committed Oct 11, 2024
1 parent 654ac9f commit b75dae3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/appsscript.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"timeZone": "Asia/Tokyo",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}
"timeZone": "Asia/Tokyo",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"webapp": {
"executeAs": "USER_DEPLOYING",
"access": "ANYONE_ANONYMOUS"
}
}

0 comments on commit b75dae3

Please sign in to comment.