-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.yaml
47 lines (37 loc) · 775 Bytes
/
app.yaml
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
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon\.ico
static_files: static/images/favicon.ico
upload: static/images/favicon\.ico
- url: /bower_components
static_dir: bower_components
secure: always
- url: /lib
static_dir: lib
secure: always
- url: /model
static_dir: model
secure: always
- url: /ui
static_dir: ui
secure: always
- url: /users
script: users.app
secure: always
- url: /items
script: items.app
secure: always
- url: /save-item
script: items.app
secure: always
- url: /delete-item
script: items.app
secure: always
- url: /.*
static_files: gift-o-matic.html
upload: gift-o-matic.html
secure: always
http_headers:
Strict-Transport-Security: max-age=10886400; includeSubDomains