forked from zond/diplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
30 lines (28 loc) · 718 Bytes
/
Copy pathapp.yaml
File metadata and controls
30 lines (28 loc) · 718 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
runtime: go111
automatic_scaling:
max_idle_instances: 1
max_concurrent_requests: 100
inbound_services:
- mail
handlers:
- url: /_reap-inactive-waiting-players
script: auto
login: admin
- url: /_true-skill-rate-game-results
script: auto
login: admin
- url: /_ah/queue/go/delay
script: auto
login: admin
- url: /(favicon.ico)
static_files: static/img/\1
upload: static/img/.*
- url: /(firebase-messaging-sw.js)
static_files: static/js/\1
upload: static/js/.*
- url: /(html|js|css|img)/(.*)
static_files: static/\1/\2
upload: static/(html|js|css|img)/(.*)
- url: /.*
script: auto
secure: always