-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml.example
More file actions
48 lines (36 loc) · 907 Bytes
/
app.yaml.example
File metadata and controls
48 lines (36 loc) · 907 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
application: YOUR_APP_ID
version: 1
runtime: python
api_version: 1
builtins:
- datastore_admin: on
handlers:
- url: /assets
static_dir: assets
- url: /robots.txt
static_files: robots.txt
upload: robots.txt
- url: /_ah/queue/deferred
script: $PYTHON_LIB/google/appengine/ext/deferred/deferred.py
login: admin
- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
- url: /_ereporter
script: $PYTHON_LIB/google/appengine/ext/ereporter/report_generator.py
login: admin
- url: /mapreduce(/.*)?
script: mapreduce/main.py
login: admin
- url: /oauth/weibo/.*
script: sina_oauth_handler.py
- url: /weibo/.*
script: sina_oauth_handler.py
- url: /oauth/.*
script: twitter_oauth_handler.py
- url: /admin/.*
script: admin.py
login: admin
- url: .*
script: pubsub.py
secure: optional