Initial commit.

This commit is contained in:
Ian Gulliver
2015-11-20 22:45:12 -08:00
parent 0ada6a8669
commit 66c626ecd9
35 changed files with 1716 additions and 0 deletions

23
app.yaml Normal file
View File

@@ -0,0 +1,23 @@
runtime: python27
version: 1
api_version: 1
application: fctv-player-1127
threadsafe: true
handlers:
- url: /
static_files: static/clicks.html
upload: static/clicks.html
secure: always
http_headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
- url: /static
static_dir: static
secure: always
http_headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload