-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.yaml
64 lines (47 loc) · 1.14 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
55
56
57
58
59
60
61
62
63
64
application: simpletextws
version: 12
runtime: python
api_version: 1
builtins:
- remote_api: on
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /light_security/?
static_files: www/light_security.html
upload: www/light_security.html
- url: /avoid_lock_in/?
static_files: www/avoid_lock_in.html
upload: www/avoid_lock_in.html
- url: /human_sized/?
static_files: www/human_sized.html
upload: www/human_sized.html
- url: /supporting_applications/?
static_files: www/supporting_applications.html
upload: www/supporting_applications.html
- url: /favicon.ico
static_files: www/favicon.ico
upload: www/favicon.ico
- url: /robots.txt
static_files: www/robots.txt
upload: www/robots.txt
- url: /header.png
static_files: www/header.png
upload: www/header.png
- url: /admin
script: documents.py
- url: /documents
script: documents.py
- url: /documents/
script: documents.py
- url: /documents
static_dir: www/war
- url: /v1/.*
script: documents.py
- url: /stats.*
script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py
admin_console:
pages:
- name: "Stats"
url: /stats