Files
babystats/app.yaml
2015-12-26 23:17:00 -08:00

20 lines
354 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