2012-02-27 16:42:25 +01:00
|
|
|
application: webrtc-dashboard
|
2012-01-17 13:21:15 +01:00
|
|
|
version: 1
|
|
|
|
runtime: python27
|
|
|
|
api_version: 1
|
2012-02-06 11:55:12 +01:00
|
|
|
threadsafe: false
|
2012-01-17 13:21:15 +01:00
|
|
|
|
|
|
|
handlers:
|
2012-02-27 16:42:25 +01:00
|
|
|
# Serve stylesheets statically.
|
2012-02-06 11:55:12 +01:00
|
|
|
- url: /stylesheets
|
|
|
|
static_dir: stylesheets
|
2012-02-27 16:42:25 +01:00
|
|
|
# This magic file is here to prove to the Google Account Domain Management
|
|
|
|
# that we own this domain. It needs to stay there so the domain management
|
|
|
|
# doesn't get suspicious.
|
|
|
|
- url: /google403c95edcde16425.html
|
|
|
|
static_files: static/google403c95edcde16425.html
|
|
|
|
upload: static/google403c95edcde16425.html
|
|
|
|
|
2012-02-06 11:55:12 +01:00
|
|
|
# Note: tests should be disabled in production.
|
|
|
|
# - url: /test.*
|
|
|
|
# script: gaeunit.py
|
2012-02-27 16:42:25 +01:00
|
|
|
|
|
|
|
# Redirect all other requests to our dynamic handlers.
|
2012-01-17 13:21:15 +01:00
|
|
|
- url: /.*
|
2012-03-15 12:02:04 +01:00
|
|
|
script: main.app
|