summaryrefslogtreecommitdiff
path: root/scripts/volume_tuning/app.yaml
blob: 4c580fa7c12fb6c8c0723f3732c720eb9cd5bff5 (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
26
27
28
29
30
application: volume-tuning
version: 1-1-default-volume-step
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /(.*\.css)
  mime_type: text/css
  static_files: \1
  upload: (.*\.css)

- url: /(.*\.html)
  mime_type: text/html
  static_files: \1
  upload: (.*\.html)

- url: /(.*\.js)
  mime_type: text/javascript
  static_files: \1
  upload: (.*\.js)

- url: /(LICENSE)
  mime_type: text/plain
  static_files: \1
  upload: (LICENSE)

- url: /
  static_files: volume.html
  upload: volume.html