blob: 15f02e110d9544f8a38295333e391731a83e5e9e [file] [log] [blame]
Xavier Ducrohetb9582242009-12-01 13:03:49 -08001application: androidappdocs-staging
Dirk Dougherty3c19d0e2010-05-24 10:17:06 -07002version: 2
Xavier Ducrohetb9582242009-12-01 13:03:49 -08003runtime: python
4api_version: 1
5
6handlers:
Trevor Johns5e100c62010-09-10 11:26:50 -07007- url: /remote_api
8 script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
9 login: admin
10
Xavier Ducrohetb9582242009-12-01 13:03:49 -080011- url: /gae_shell/static
12 static_dir: gae_shell/static
13 expiration: 1d
14
15- url: /gae_shell/.*
16 script: /gae_shell/shell.py
17 login: admin
18
19- url: .*
20 script: main.py