forked from Khan/khan-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
49 lines (44 loc) · 1.03 KB
/
app.yaml
File metadata and controls
49 lines (44 loc) · 1.03 KB
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
application: khan-api-explorer
version: 9
runtime: python27
api_version: 1
default_expiration: "5d"
threadsafe: no
libraries:
- name: jinja2
version: "2.6"
skip_files:
####
# Backup files/etc -- created by editors, but not part of the source tree.
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*\.orig$
- ^(.*/)?.*\.rej$
- ^(.*/)?.*\.jsx$
####
# These are part of the dev environment, but are not needed by servers.
# Note: we *do* need to upload app.yaml: route_map reads it as a datafile.
- ^(.*/)?\..*$
- ^(.*/)?Makefile$
- ^(.*/)?app\.build\.js$
- ^(.*/)?requirements\.txt$
- ^(.*/)?package\.json$
- ^(.*/)?(.*)min\.map$
- ^(.*/)?lint_blacklist\.txt$
- ^(.*/)?secrets\.example\.py$
- ^(.*/)?node_modules/.*$
- ^(.*/)?js/app/.*$
- ^(.*/)?js/app\.js$
- ^(.*/)?third_party/js/((?!require\.min\.js).)*$
- ^(.*/)?.*-src/.*$
####
# Extra features tha are in this repo that aren't used by the website
- ^README\.md$
- ^(.*/)?examples/.*$
####
handlers:
- url: /static
static_dir: explorer/static
- url: .*
script: run.explorer.app