-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.yaml
More file actions
51 lines (33 loc) · 757 Bytes
/
app.yaml
File metadata and controls
51 lines (33 loc) · 757 Bytes
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
application: mr-ray
version: 1
runtime: python
api_version: 1
default_expiration: "5d"
handlers:
- url: /web
static_dir: web
- url: /wave
script: renderWave.py
- url: /wave/action/
script: actionWave.py
- url: /favicon.ico
static_files: web/media/favicon.ico
upload: web/media/favicon.ico
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
- url: /_ah/queue/deferred
script: $PYTHON_LIB/google/appengine/ext/deferred/deferred.py
login: admin
- url: /
script: redirects.py
- url: /_wave/capabilities.xml
script: robot.py
- url: /_wave/robot/profile
script: robot.py
- url: /_wave/robot/jsonrpc
script: robot.py
- url: /_wave/verify_token
script: robot.py
inbound_services:
- mail