Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / gonacl_appengine / app.yaml
blobcc36a26479b747053b2dc09b8221ecf506421a90
1 application: gonativeclient
2 version: 2
3 runtime: python27
4 api_version: 1
5 threadsafe: true
7 handlers:
8 - url: /demo
9   static_files: static/index.html
10   upload: static/index\.html
11   secure: always
13 - url: /demo/.*
14   static_files: static/index.html
15   upload: static/index\.html
16   secure: always
18 - url: /static/home/(.*)
19   static_files: static/home/\1
20   upload: static/home/.*
21   secure: always
23 - url: /static
24   static_dir: static
25   secure: always
27 - url: /.*
28   script: gonacl.application
30 skip_files:
31 - src/.*