Chromium Code Reviews| Index: appengine/cmd/dm/frontend/app.yaml |
| diff --git a/appengine/cmd/dm/frontend/app.yaml b/appengine/cmd/dm/frontend/app.yaml |
| index 1e6abc0923bd7df8be567f654dd71703d93a7c77..2a43ca477c904a83f567c0d85e5799d2318a09d8 100644 |
| --- a/appengine/cmd/dm/frontend/app.yaml |
| +++ b/appengine/cmd/dm/frontend/app.yaml |
| @@ -6,10 +6,13 @@ runtime: go |
| api_version: go1 |
| handlers: |
| -- url: /.* |
| +- url: /_ah/push-handlers/.* |
| script: _go_app |
| secure: always |
| - |
| -- url: /_ah/spi/.* |
| + login: admin |
| +- url: /.* |
| script: _go_app |
| secure: always |
| + |
| +env_variables: |
| + LUCI_DM_CONFIG_BASE_PATH: /s/infra/infra/go/src/github.com/luci/luci-go/appengine/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 :).
|