86ce46d4ff
Left to do: - Directory reorganization. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/384003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1605 4adac7df-926f-26a2-2b94-8c16560cd09d
14 lines
263 B
YAML
14 lines
263 B
YAML
application: dashboard
|
|
version: 1
|
|
runtime: python27
|
|
api_version: 1
|
|
threadsafe: false
|
|
|
|
handlers:
|
|
- url: /stylesheets
|
|
static_dir: stylesheets
|
|
# Note: tests should be disabled in production.
|
|
# - url: /test.*
|
|
# script: gaeunit.py
|
|
- url: /.*
|
|
script: dashboard.app |