blob: 045fe2de12b51cfed29341841860cdcf6cddbea5 [file] [log] [blame]
Clay Murphyef7a7242014-12-02 15:13:07 -08001application: google.com:sourceandroid-staging
2version: 11
Robert Ly35f2fda2013-01-29 16:27:05 -08003runtime: python
4api_version: 1
5
Robert Ly35f2fda2013-01-29 16:27:05 -08006handlers:
Clay Murphyef7a7242014-12-02 15:13:07 -08007# re-direct to index.html if no path is given
Robert Ly35f2fda2013-01-29 16:27:05 -08008- url: /
Clay Murphyef7a7242014-12-02 15:13:07 -08009 static_files: index.html
10 upload: index.html
Robert Ly35f2fda2013-01-29 16:27:05 -080011
Clay Murphyef7a7242014-12-02 15:13:07 -080012# access the static resources in the root directory
13- url: /(.*)
14 static_files: \1
15 upload: (.*)