| 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:
|
|
|