-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.yaml
41 lines (31 loc) · 791 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
application: kumoboard
version: 1
runtime: python27
api_version: 1
default_expiration: 7d
threadsafe: true
libraries:
- name: jinja2
version: latest
handlers:
- url: /static/(.*\.(css|js|jpg|png|gif|exe))
static_files: static/\1
upload: static/(.*\.(css|js|jpg|png|gif|exe))
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
- url: /google9f303401127f9bab.html
static_files: static/robots.txt
upload: static/robots.txt
- url: /marking.html
static_files: static/marking.html
upload: static/marking.html
- url: /favicon.ico
static_files: static/images/favicon.ico
upload: static/images/favicon.ico
- url: /stats.*
script: google.appengine.ext.appstats.ui.app
- url: /.*
script: kumo.app
- url: /kumo/.*
script: kumo.app