-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yml
More file actions
53 lines (35 loc) · 685 Bytes
/
app.yml
File metadata and controls
53 lines (35 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 1
runtime: python27
api_version: 1
threadsafe: true
libraries:
- name: jinja2
version: latest
handlers:
- url: /
script: main.app
- url: /css
static_dir: css
- url: /static
static_dir: static
- url: /hello.*
script: hello.app
- url: /rot13.*
script: rot13.app
- url: /blog/signup.*
script: signUp.app
- url: /blog/signin.*
script: signUp.app
- url: /blog/login.*
script: signUp.app
- url: /blog/logout.*
script: signUp.app
- url: /blog/welcome.*
script: welcome.app
- url: /blog.*
script: blog.app
- url: /timer.*
script: timer.app
- url: /favicon\.ico
static_files: static/images/favicon.ico
upload: static/images/favicon\.ico