summaryrefslogtreecommitdiffstats
path: root/WebKitTools/QueueStatusServer/app.yaml
blob: 76d89638b935a98d7d9eba6c2e661a0895d9fe49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
application: webkit-commit-queue
version: 1
runtime: python
api_version: 1

handlers:
- url: /stylesheets
  static_dir: stylesheets

- url: /remote_api
  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
  login: admin

- url: /.*
  script: main.py