Files
babystats/app.yaml

26 lines
417 B
YAML
Raw 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
- 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