2009-03-03 19:31:44 -08:00
|
|
|
application: androidappdocs-staging
|
|
|
|
version: 1
|
2014-09-19 10:11:34 -07:00
|
|
|
runtime: python27
|
|
|
|
threadsafe: true
|
2009-03-03 19:31:44 -08:00
|
|
|
api_version: 1
|
2014-09-19 10:11:34 -07:00
|
|
|
# compatibility: gae-1.9.4+
|
2009-03-03 19:31:44 -08:00
|
|
|
|
2014-09-19 10:11:34 -07:00
|
|
|
# handler for local staging servers
|
|
|
|
# WARNING: NOT FOR USE IN PRODUCTION
|
|
|
|
|
|
|
|
# Use this handler definition with
|
|
|
|
# Google App Engine 1.9.4 or higher.
|
|
|
|
# NOT compatible with prior GAE versions
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
|
|
|
|
# DEVELOPMENT HANDLER
|
2014-09-19 10:11:34 -07:00
|
|
|
- url: /(.+)
|
|
|
|
static_files: \1
|
|
|
|
upload: (.+)
|
2009-03-03 19:31:44 -08:00
|
|
|
|
2014-09-19 10:11:34 -07:00
|
|
|
# Direct default, blank requests
|
|
|
|
- url: /
|
|
|
|
static_files: index.html
|
|
|
|
upload: index.html
|