1.9.30 sync.
[gae.git] / python / new_project_template / app.yaml
blob1342b9f002ee9434b48e57e2a11830d0c636cac4
1 application: new-project-template
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: yes
7 handlers:
8 - url: /favicon\.ico
9   static_files: favicon.ico
10   upload: favicon\.ico
12 - url: .*
13   script: main.app
15 libraries:
16 - name: webapp2
17   version: "2.5.2"