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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3d97f70d4efcd94270d968bafa83fca7b7d1f707 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: /path/to/luci-go/appengine/cmd/dm/integration_tests/cfgdir/current
« 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