-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
59 lines (44 loc) · 1023 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
application: epicollectserver-hrd
version: 161
runtime: python27
api_version: 1
threadsafe: false
handlers:
- url: /static
static_dir: static
- url: /images
static_dir: images
- url: /js
static_dir: js
- url: /css
static_dir: css
- url: /instructions/
static_files: instructions/default.html
upload: instructions/default.html
- url: /instructions
static_dir: instructions
- url: /(default.html?)?
static_files: default.html
upload: default.html
- url: /create1.html
static_files: create1.html
upload: create1.html
- url: /create-project.html
static_files: create-project.html
upload: create-project.html
- url: /createOrEditForm.html
static_files: createOrEditForm.html
login: required
upload: createOrEditForm.html
- url: /checkboxgrouptest.html
static_files: checkboxgrouptest.html
upload: checkboxgrouptest.html
- url: /zipme
script: zipme.py
- url: /test.*
script: gaeunit.py
- url: /feedback
script: main.py
login: required
- url: .*
script: main.py