-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
51 lines (40 loc) · 832 Bytes
/
app.yaml
File metadata and controls
51 lines (40 loc) · 832 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: random-wikipedia-sentence
version: 6
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /del82_admin/console/.*
script: google.appengine.ext.admin.application
login: admin
- url: /del82_admin/error/.*
script: main.app
login: admin
- url: /del82_admin
script: main.app
login: admin
- url: .*
script: main.app
libraries:
- name: webapp2
version: "2.5.2"
- name: jinja2
version: latest
error_handlers:
- file: static/500.2.html
- error_code: over_quota
file: static/503.2.html
- error_code: timeout
file: static/500.2.html
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- notes-on-app-engine\.org
- load-test\.py
- regenerate_error_pages\.py