Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame] | 1 | application: google.com:sourceandroid-staging |
Clay Murphy | dbf5d5c | 2015-01-27 10:42:28 -0800 | [diff] [blame] | 2 | version: 1 |
Gina Dimino | f2bcbe8 | 2015-03-19 13:29:36 -0700 | [diff] [blame] | 3 | runtime: python27 |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 4 | api_version: 1 |
Gina Dimino | f2bcbe8 | 2015-03-19 13:29:36 -0700 | [diff] [blame] | 5 | threadsafe: true |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 6 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 7 | handlers: |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame] | 8 | # re-direct to index.html if no path is given |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 9 | - url: / |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame] | 10 | static_files: index.html |
11 | upload: index.html | ||||
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 12 | |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame] | 13 | # access the static resources in the root directory |
14 | - url: /(.*) | ||||
15 | static_files: \1 | ||||
16 | upload: (.*) |