blob: d91cbd542b870912f3bf5c7af94a18eacaa12154 [file] [log] [blame]
service: staging
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /(.*)
static_files: www/\1
upload: www/(.*)