blob: c21e1ed4ecefd249dc5f4001aa1221017196ac0b [file] [log] [blame]
Clay Murphyef7a7242014-12-02 15:13:07 -08001application: google.com:sourceandroid-staging
Clay Murphydbf5d5c2015-01-27 10:42:28 -08002version: 1
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: (.*)