-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
58 lines (42 loc) · 820 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
application: budapestcycletrack
version: 1
runtime: python
api_version: 1
handlers:
- url: /upload
script: upload.py
- url: /stats
script: upload.py
- url: /stats/.*
script: upload.py
- url: /hello_old_tracks
script: upload.py
- url: /marketplace
script: redirect.py
- url: /appstore
script: redirect.py
- url: /iphone_map
script: iphone_map.py
- url: /map
script: iphone_map.py
- url: /embed_map
script: iphone_map.py
- url: /mapreduce(/.*)?
script: mapreduce/main.py
login: admin
- url: /apk
static_files: html/apk/index.html
upload: html
- url: /apk/
static_files: html/apk/index.html
upload: html2
- url: /qr
script: upload.py
##################
# maradek url-ek:
##################
- url: /(.+)
static_files: html/\1
upload: html/(.+)
- url: /
script: index.py