webrtc/samples/js/apprtc/app.yaml
2013-02-27 23:22:10 +00:00

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