You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
510 B
31 lines
510 B
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
|