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

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: self review 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
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: /s/infra/infra/go/src/github.com/luci/luci-go/appeng ine/cmd/dm/integration_tests/cfgdir/current
dnj (Google) 2016/06/09 18:00:56 hrm? Should probably not commit.
iannucci 2016/06/15 00:46:01 Oh. Yeah no :).
15 secure: always
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698