98fce15c6f
Review URL: https://webrtc-codereview.appspot.com/1126005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3578 4adac7df-926f-26a2-2b94-8c16560cd09d
27 lines
353 B
YAML
27 lines
353 B
YAML
application: apprtc
|
|
version: 6
|
|
runtime: python27
|
|
threadsafe: true
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /html
|
|
static_dir: html
|
|
|
|
- url: /images
|
|
static_dir: images
|
|
|
|
- url: /js
|
|
static_dir: js
|
|
|
|
- url: /.*
|
|
script: apprtc.app
|
|
secure: always
|
|
|
|
inbound_services:
|
|
- channel_presence
|
|
|
|
libraries:
|
|
- name: jinja2
|
|
version: latest
|