-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
68 lines (61 loc) · 1.14 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
57
58
59
60
61
62
63
64
65
66
67
68
application: ifcdb-hrd
version: 1
runtime: python27
api_version: 1
threadsafe: true
inbound_services:
- warmup
#error_handlers:
#...
handlers:
- url: /favicon\.ico
static_files: static/favicon.ico
upload: static/favicon.ico
mime_type: image/x-icon
- url: /robots\.txt
static_files: static/robots.txt
upload: static/robots.txt
- url: /static
static_dir: static
- url: /mapreduce(/.*)?
script: mapreduce.main.APP
login: admin
- url: /datastore_admin
script: google.appengine.ext.datastore_admin.main.APP
#- url: /stats.*
# script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py
- url: /.*
script: main.app
libraries:
- name: jinja2
version: "2.6"
- name: markupsafe
version: "0.15"
- name: setuptools
version: "0.6c11"
- name: webapp2
version: "2.5.1"
#- name: lxml
# version: "2.3"
builtins:
- appstats: on
- deferred: on
- remote_api: on
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.bak$
#- ^(lib/webapp2)
#- ^(lib/jinja2)
#- ^(lib/ndb)
admin_console:
pages:
- name: Appstats
url: /stats