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

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

Issue 2591443002: Use classic GAE for coordinator default frontend. (Closed)
Patch Set: Rebase 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.
16 handlers < 8 handlers <
17 handler < 9 handler <
18 url: "/debug/*" 10 url: "/debug/*"
19 secure: SECURE_ALWAYS 11 secure: SECURE_ALWAYS
20 login: LOGIN_ADMIN 12 login: LOGIN_ADMIN
21 > 13 >
22 14
23 handler < 15 handler <
24 url: "/.*" 16 url: "/.*"
25 secure: SECURE_ALWAYS 17 secure: SECURE_ALWAYS
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 property < 126 property <
135 name: "_Tags" 127 name: "_Tags"
136 > 128 >
137 property < 129 property <
138 name: "Created" 130 name: "Created"
139 direction: DESCENDING 131 direction: DESCENDING
140 > 132 >
141 > 133 >
142 > 134 >
143 > 135 >
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