summaryrefslogtreecommitdiffstats
path: root/docs/html/app.yaml
blob: 520ee995f690667ee38db5a6c14b8c5664cf482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
application: androidappdocs-staging
version: 1
runtime: python27
threadsafe: true
api_version: 1
# compatibility: gae-1.9.4+

# 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

handlers:

# DEVELOPMENT HANDLER
- url: /(.+)
  static_files: \1
  upload: (.+)

# Direct default, blank requests
- url: /
  static_files: index.html
  upload: index.html