Files
babystats/app.yaml

37 lines
636 B
YAML
Raw Permalink Normal View History

2015-12-26 18:10:23 -08:00
runtime: python27
version: 1
api_version: 1
application: babystats-root
threadsafe: true
handlers:
- url: /
static_files: static/babystats.html
upload: static/babystats.html
secure: always
2015-12-26 23:17:00 -08:00
http_headers:
X-Content-Type-Options: nosniff
2015-12-26 18:10:23 -08:00
2016-01-07 20:01:56 -08:00
- url: /manifest.json
script: manifest.app
secure: always
- url: /baby/.*
static_files: static/babystats.html
upload: static/babystats.html
secure: always
http_headers:
X-Content-Type-Options: nosniff
2015-12-26 18:10:23 -08:00
- url: /static
static_dir: static
secure: always
2015-12-26 23:17:00 -08:00
http_headers:
X-Content-Type-Options: nosniff
2015-12-27 16:19:55 -08:00
includes:
- cosmopolite
inbound_services:
- channel_presence