Files
babystats/app.yaml
2015-12-27 16:19:55 -08:00

26 lines
417 B
YAML

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
http_headers:
X-Content-Type-Options: nosniff
- url: /static
static_dir: static
secure: always
http_headers:
X-Content-Type-Options: nosniff
includes:
- cosmopolite
inbound_services:
- channel_presence