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

Unified Diff: milo/appengine/frontend/module-api.yaml

Issue 2755273003: Milo: Split pubsub and the prpc api out to its own modules (Closed)
Patch Set: Update reviews Created 3 years, 9 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 | « milo/appengine/frontend/dispatch.yaml ('k') | milo/appengine/frontend/module-pubsub.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/module-api.yaml
diff --git a/milo/appengine/frontend/app.yaml b/milo/appengine/frontend/module-api.yaml
similarity index 51%
copy from milo/appengine/frontend/app.yaml
copy to milo/appengine/frontend/module-api.yaml
index e98b172d2f2cf24f009024615676556813894234..2e74b8618902f978f03f5e0810d3171fa7d37462 100644
--- a/milo/appengine/frontend/app.yaml
+++ b/milo/appengine/frontend/module-api.yaml
@@ -1,18 +1,10 @@
runtime: go
api_version: go1
+module: api
instance_class: F4_1G
handlers:
-# For static resources such as css and js files.
-- url: /static
- secure: always
- static_dir: static
-
-# For sideloading data for testing and development.
-- url: /_ah/remote_api
- script: _go_app
-
# For admin resources or endpoints meant to be hit by a cron job.
- url: /admin/.*
script: _go_app
@@ -23,9 +15,3 @@ handlers:
- url: /.*
script: _go_app
secure: always
-
-builtins:
-- remote_api: on
-
-includes:
- - static
« no previous file with comments | « milo/appengine/frontend/dispatch.yaml ('k') | milo/appengine/frontend/module-pubsub.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698