-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
50 lines (42 loc) · 849 Bytes
/
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
application: s~jmjmjm323232 #.appspot.com
version: baseline
runtime: python27
api_version: 1
threadsafe: yes
default_expiration: 1h
builtins:
- remote_api: on
# Deferred is built in to Ferris. Do not enable it, it may lead to import errors.
#- appstats: on # Also turn on appstats in settings.py
includes:
- ferris/include.yaml
# If plugins require inculdes, put them here.
libraries:
- name: jinja2
version: latest
- name: lxml
version: latest
- name: webapp2
version: latest
- name: webob
version: latest
- name: ssl
version: latest
- name: pycrypto
version: latest
skip_files:
- ^(.*/)?app\.ya?ml
- ^(.*/)?index\.ya?ml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.scss
- ^(.*/)?.*\.less
- ^/docs*
handlers:
# Main script
- url: .*
script: main.main_app
login: required