Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: logdog/appengine/cmd/coordinator/vmuser/module.cfg

Issue 2590263002: Revert of Use classic GAE for coordinator default frontend. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Deploy tool Component for the LogDog Coordinator default module. 1 # Deploy tool Component for the LogDog Coordinator default module.
2 appengine_module < 2 appengine_module <
3 module_name: "" 3 module_name: ""
4 go_module < 4 go_module <
5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/vmu ser" 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/vmu ser"
6 > 6 >
7 7
8 managed_vm <
9 scopes: "https://www.googleapis.com/auth/userinfo.email"
10 scopes: "https://www.googleapis.com/auth/devstorage.full_control"
11 scopes: "https://www.googleapis.com/auth/cloud-platform"
12 scopes: "https://www.googleapis.com/auth/bigtable.data"
13 >
14
15 # Debug endpoints for profiling access.
8 handlers < 16 handlers <
9 handler < 17 handler <
10 url: "/debug/*" 18 url: "/debug/*"
11 secure: SECURE_ALWAYS 19 secure: SECURE_ALWAYS
12 login: LOGIN_ADMIN 20 login: LOGIN_ADMIN
13 > 21 >
14 22
15 handler < 23 handler <
16 url: "/.*" 24 url: "/.*"
17 secure: SECURE_ALWAYS 25 secure: SECURE_ALWAYS
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 property < 134 property <
127 name: "_Tags" 135 name: "_Tags"
128 > 136 >
129 property < 137 property <
130 name: "Created" 138 name: "Created"
131 direction: DESCENDING 139 direction: DESCENDING
132 > 140 >
133 > 141 >
134 > 142 >
135 > 143 >
OLDNEW
« no previous file with comments | « logdog/appengine/cmd/coordinator/vmuser/main.go ('k') | logdog/appengine/coordinator/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698