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

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

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 years, 4 months 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
(Empty)
1 # Deploy tool Component for the LogDog Coordinator "backend" module.
2 appengine_module <
3 module_name: "backend"
4 go_module <
5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend"
6 >
7 classic <
8 instance_class: IC_2
9 >
10
11 # Debug endpoints for profiling access.
12 handlers <
13 handler <
14 url: "/debug/*"
15 secure: SECURE_ALWAYS
16 login: LOGIN_ADMIN
17 >
18
19 handler <
20 url: "/.*"
21 login: LOGIN_ADMIN
22 secure: SECURE_ALWAYS
23 >
24 >
25
26 resource_path: "/appengine/gaemiddleware/resources.cfg"
27 resource_path: "/tumble/configs/tumble_resources.cfg"
28 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg"
29 >
OLDNEW
« no previous file with comments | « logdog/appengine/cmd/coordinator/Makefile ('k') | logdog/appengine/cmd/coordinator/backend/module-backend.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698