Initial checkin.
This commit is contained in:
20
app.yaml
Normal file
20
app.yaml
Normal 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
|
||||
Reference in New Issue
Block a user