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

Unified Diff: appengine/findit/app.yaml

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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 | « no previous file | appengine/findit/build-failure-analysis.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/app.yaml
diff --git a/appengine/findit/app.yaml b/appengine/findit/app.yaml
index f39201ca5f48548edcda06de9b975c2de4e1fd92..664ccf548920737bf5a8baf8fadb9f720fef9bdf 100644
--- a/appengine/findit/app.yaml
+++ b/appengine/findit/app.yaml
@@ -1,4 +1,4 @@
-application: findit-for-waterfall
+application: findit-for-me-dev
version: 1
runtime: python27
api_version: 1
@@ -13,14 +13,15 @@ builtins:
- remote_api: on
handlers:
-- url: /robots.txt
- static_files: static/robots.txt
- upload: static/robots.txt
-
+# Static resources and home page.
- url: /
static_files: templates/home.html
upload: templates/home.html
+- url: /robots.txt
+ static_files: static/robots.txt
+ upload: static/robots.txt
+
- url: /common.css
static_files: static/common.css
upload: static/common.css
@@ -36,7 +37,7 @@ handlers:
secure: always
- url: /.*
- script: main.web_application
+ script: main.default_web_application
secure: always
skip_files:
« no previous file with comments | « no previous file | appengine/findit/build-failure-analysis.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698