* commit 'b67283c07d9e7ced4f5d7e734c4de21d4a5c6520': Adding production app.yaml to source control
This commit is contained in:
16
scripts/app_engine_server/app.yaml.production
Normal file
16
scripts/app_engine_server/app.yaml.production
Normal file
@@ -0,0 +1,16 @@
|
||||
application: androiddevdocs
|
||||
version: 1
|
||||
runtime: python
|
||||
api_version: 1
|
||||
|
||||
handlers:
|
||||
- url: /gae_shell/static
|
||||
static_dir: gae_shell/static
|
||||
expiration: 1d
|
||||
|
||||
- url: /gae_shell/.*
|
||||
script: /gae_shell/shell.py
|
||||
login: admin
|
||||
|
||||
- url: .*
|
||||
script: main.py
|
||||
Reference in New Issue
Block a user