Initial commit.
This commit is contained in:
21
app.yaml
Normal file
21
app.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
runtime: python27
|
||||
version: 1
|
||||
api_version: 1
|
||||
application: strife-drafter
|
||||
threadsafe: true
|
||||
|
||||
handlers:
|
||||
- url: /
|
||||
static_files: index.html
|
||||
upload: index.html
|
||||
secure: always
|
||||
|
||||
- url: /static
|
||||
static_dir: static
|
||||
secure: always
|
||||
|
||||
includes:
|
||||
- cosmopolite
|
||||
|
||||
inbound_services:
|
||||
- channel_presence
|
||||
Reference in New Issue
Block a user