| application: google.com:sourceandroid-staging | |
| version: 1 | |
| runtime: python | |
| api_version: 1 | |
| handlers: | |
| # re-direct to index.html if no path is given | |
| - url: / | |
| static_files: index.html | |
| upload: index.html | |
| # access the static resources in the root directory | |
| - url: /(.*) | |
| static_files: \1 | |
| upload: (.*) |