-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.yaml
54 lines (45 loc) · 1.02 KB
/
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
48
49
50
51
52
53
54
application: reading-time-app
version: 1
runtime: python27
api_version: 1
threadsafe: yes
default_expiration: "300d 5h"
handlers:
- url: /static/*
static_dir: static
http_headers:
Vary: Accept-Encoding
- url: /favicon.ico
static_files: static/img/favicon.ico
upload: static/img/favicon.ico
#- url: /apple-touch-icon.png
# static_files: static/apple-touch-icon.png
# upload: static/apple-touch-icon.png
#- url: /BingSiteAuth.xml
# static_files: static/BingSiteAuth.xml
# upload: static/BingSiteAuth.xml
#- url: /channel.html
# static_files: static/channel.html
# upload: static/channel.html
#
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
http_headers:
Vary: Accept-Encoding
expiration: "0d 1h"
- url: .*
script: main.app
libraries:
- name: webapp2
version: "2.5.2"
- name: jinja2
version: "2.6"
instance_class: F1
automatic_scaling:
max_pending_latency: 7.5s
# automatic_scaling:
# min_idle_instances: 2
# max_pending_latency: 4.5s
inbound_services:
- warmup