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

Side by Side Diff: appengine/cmd/dm/frontend/app.yaml

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 years, 6 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
« no previous file with comments | « appengine/cmd/dm/doc.go ('k') | appengine/cmd/dm/frontend/cron.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: luci-dm 1 application: luci-dm
2 version: v1 2 version: v1
3 threadsafe: true 3 threadsafe: true
4 4
5 runtime: go 5 runtime: go
6 api_version: go1 6 api_version: go1
7 7
8 handlers: 8 handlers:
9 - url: /_ah/push-handlers/.*
10 script: _go_app
11 secure: always
12 login: admin
9 - url: /.* 13 - url: /.*
10 script: _go_app 14 script: _go_app
11 secure: always 15 secure: always
12 16
13 - url: /_ah/spi/.* 17 # env_variables:
14 script: _go_app 18 # LUCI_DM_CONFIG_BASE_PATH: /path/to/luci-go/appengine/cmd/dm/integration_test s/cfgdir/current
15 secure: always
OLDNEW
« no previous file with comments | « appengine/cmd/dm/doc.go ('k') | appengine/cmd/dm/frontend/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698