blob: 90885eb175768b8fd5212779119f68de95a11f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
application: yetanotherequator
version: 2
runtime: python
api_version: 1
handlers:
- url: /static
static_dir: static
- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
- url: /.*
script: main.py
|