aboutsummaryrefslogtreecommitdiff
path: root/src/app.yaml
blob: 1fdcdda0023cb88e15e8e704eb26344d19d44fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
application: google.com:sourceandroid-staging
version: 1
runtime: python27
api_version: 1
threadsafe: true

handlers:
# re-direct to index.html if no path is given
- url: /
  static_files: index.html
  upload: index.html

# access the static resources in the root directory
- url: /(.*)
  static_files: \1
  upload: (.*)