Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Deploy tool Component for the LogDog Coordinator "backend" module. | 1 # Deploy tool Component for the LogDog Coordinator "backend" module. |
| 2 appengine_module < | 2 appengine_module < |
| 3 module_name: "backend" | 3 module_name: "backend" |
| 4 go_module < | 4 go_module < |
| 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend" | 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend" |
| 6 > | 6 > |
| 7 classic < | |
| 8 instance_class: IC_2 | |
| 9 > | |
| 7 | 10 |
| 8 handlers < | 11 handlers < |
| 9 handler < | 12 handler < |
| 10 url: "/.*" | 13 url: "/.*" |
| 11 login: LOGIN_ADMIN | 14 login: LOGIN_ADMIN |
| 12 secure: SECURE_ALWAYS | 15 secure: SECURE_ALWAYS |
| 13 > | 16 > |
| 14 > | 17 > |
| 15 | 18 |
| 16 resource_path: "/tumble/configs/tumble_resources.cfg" | 19 resource_path: "/tumble/configs/tumble_resources.cfg" |
| 17 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg" | 20 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg" |
| 18 > | 21 > |
| OLD | NEW |