-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
56 lines (45 loc) · 1.08 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
application: waybetter-app
version: dev
runtime: python
api_version: 1
default_expiration: '365d'
handlers:
- url: /_ah/queue/deferred
# script: $PYTHON_LIB/google/appengine/ext/deferred/handler.py
script: djangoappengine/deferred/handler.py
login: admin
- url: /media/admin
static_dir: django/contrib/admin/media/
- url: /static
static_dir: static/
- url: /_ah/channel/.*
script: ordering/channel_handler.py
- url: /extensions/notifier.crx
static_files: static/extension/notifier.crx
upload: static/extension/notifier.crx
expiration: "10s"
- url: /extensions/updates.xml
static_files: static/extension/updates.xml
upload: static/extension/updates.xml
expiration: "10s"
- url: /.*
script: common/main.py
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
#- ^(.*/)?index\.yaml
#- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?build\/.*
- ^(.*/)?intermediate\/.*
- ^(.*/)?publish\/.*
inbound_services:
- channel_presence
- warmup
builtins:
- remote_api: on
#- appstats: on # uncomment to activate app stats