summaryrefslogtreecommitdiffstats
path: root/WebKitTools/QueueStatusServer/app.yaml
blob: e320eb096cf91bbb90f25944324443263cebd98a (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

builtins:
- datastore_admin: on
- remote_api: on

handlers:
- url: /stylesheets
  static_dir: stylesheets

- url: /.*
  script: main.py