diff options
Diffstat (limited to 'scripts/app_engine_server/app.yaml')
-rwxr-xr-x | scripts/app_engine_server/app.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/app_engine_server/app.yaml b/scripts/app_engine_server/app.yaml new file mode 100755 index 0000000..1fb50c7 --- /dev/null +++ b/scripts/app_engine_server/app.yaml @@ -0,0 +1,16 @@ +application: androidappdocs-staging +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 |