commit | f2bcbe89b94935aabdceab2872e6d49f9c8fe41e | [log] [tgz] |
---|---|---|
author | Gina Dimino <gdimino@google.com> | Thu Mar 19 13:29:36 2015 -0700 |
committer | Gina Dimino <gdimino@google.com> | Wed Mar 25 10:50:04 2015 -0700 |
tree | 16e8f760858505b0d826f206b655e149924fe559 | |
parent | 749dfc8240e1d1e7c10ade2b1d02a79f7153f892 [diff] |
docs: Updated app.yaml for Python 2.7. bug: 18631527 Change-Id: I8fc0af684184949e1d4022dd74c17821c9ab400c
diff --git a/src/app.yaml b/src/app.yaml index c21e1ed..1fdcdda 100644 --- a/src/app.yaml +++ b/src/app.yaml
@@ -1,7 +1,8 @@ application: google.com:sourceandroid-staging version: 1 -runtime: python +runtime: python27 api_version: 1 +threadsafe: true handlers: # re-direct to index.html if no path is given