Skip to content

Commit f395182

Browse files
"Added sample: python_appengine/topics/app.yaml"
1 parent acb6446 commit f395182

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

python_appengine/topics/app.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
application: your-app-id
2+
version: 1
3+
runtime: python27
4+
api_version: 1
5+
threadsafe: yes
6+
7+
handlers:
8+
- url: /favicon\.ico
9+
static_files: favicon.ico
10+
upload: favicon\.ico
11+
12+
- url: /favicon\.ico
13+
static_files: favicon.ico
14+
upload: favicon\.ico
15+
16+
- url: /.*
17+
script: main.app
18+
19+
libraries:
20+
- name: webapp2
21+
version: "2.5.2"
22+
- name: jinja2
23+
version: latest

0 commit comments

Comments
 (0)