blob: 1fdcdda0023cb88e15e8e704eb26344d19d44fec [file] [log] [blame]
Clay Murphyef7a7242014-12-02 15:13:07 -08001application: google.com:sourceandroid-staging
Clay Murphydbf5d5c2015-01-27 10:42:28 -08002version: 1
Gina Diminof2bcbe82015-03-19 13:29:36 -07003runtime: python27
Robert Ly35f2fda2013-01-29 16:27:05 -08004api_version: 1
Gina Diminof2bcbe82015-03-19 13:29:36 -07005threadsafe: true
Robert Ly35f2fda2013-01-29 16:27:05 -08006
Robert Ly35f2fda2013-01-29 16:27:05 -08007handlers:
Clay Murphyef7a7242014-12-02 15:13:07 -08008# re-direct to index.html if no path is given
Robert Ly35f2fda2013-01-29 16:27:05 -08009- url: /
Clay Murphyef7a7242014-12-02 15:13:07 -080010 static_files: index.html
11 upload: index.html
Robert Ly35f2fda2013-01-29 16:27:05 -080012
Clay Murphyef7a7242014-12-02 15:13:07 -080013# access the static resources in the root directory
14- url: /(.*)
15 static_files: \1
16 upload: (.*)