Initial checkin.

This commit is contained in:
Ian Gulliver
2016-01-24 22:16:49 -08:00
parent 5fd0d0768e
commit 65c37d7a9a
8 changed files with 1322 additions and 0 deletions

20
app.yaml Normal file
View File

@@ -0,0 +1,20 @@
application: yatsdb
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /api/.*
script: api.app
secure: always
- url: /console
static_files: console/console.html
upload: console/console.html
- url: /console
static_dir: console
builtins:
- remote_api: on