chromium-dashboard/app.yaml

113 строки
2.4 KiB
YAML
Исходник Обычный вид История

2013-08-08 21:06:32 +04:00
application: cr-status
version: 2017-06-20
runtime: python27
threadsafe: true
api_version: 1
# default_expiration: "30s"
2013-07-10 05:49:23 +04:00
builtins:
- remote_api: on
libraries:
- name: webapp2
version: "latest"
- name: django
2015-04-28 21:01:51 +03:00
version: "1.4" #"latest"
2013-04-12 21:19:21 +04:00
# - name: setuptools
# version: latest
env_variables:
DJANGO_SETTINGS_MODULE: 'settings'
2013-04-12 21:19:21 +04:00
handlers:
# Static handlers ---------------------------------------------------------------
- url: /favicon\.ico
static_files: static/img/chromium-128.png
upload: static/img/chromium-128\.png
- url: /robots\.txt
static_files: static/robots.txt
upload: static/robots\.txt
- url: /service-worker\.js
static_files: static/dist/service-worker.js
upload: static/dist/service-worker\.js
application_readable: true
expiration: "0m"
secure: always
2013-04-12 21:19:21 +04:00
- url: /static
static_dir: static
#expiration: 30s
2016-08-07 05:12:39 +03:00
application_readable: true # So static assets can be read by inline_file django tag.
2013-08-15 02:39:11 +04:00
http_headers:
Access-Control-Allow-Origin: "*"
2013-04-12 21:19:21 +04:00
# Metrics data handlers --------------------------------------------------------
- url: /data/.*
script: metrics.app
# Admin ------------------------------------------------------------------------
- url: /admin/gae/.*
script: google.appengine.ext.admin.application
login: admin
- url: /cron/.*
2013-04-12 21:19:21 +04:00
script: admin.app
login: admin # Prevents raw access to this handler. Cron runs as admin.
- url: /admin/features/.*
script: admin.app
2014-10-01 23:21:45 +04:00
secure: always
2013-06-19 10:39:09 +04:00
- url: /admin/users/.*
script: users.app
2013-04-12 21:19:21 +04:00
login: admin
2014-10-01 23:21:45 +04:00
secure: always
2013-04-12 21:19:21 +04:00
2013-06-19 10:39:09 +04:00
- url: /admin/.*
script: google.appengine.ext.admin.application
login: admin
2014-10-01 23:21:45 +04:00
secure: always
2015-04-28 21:01:51 +03:00
2013-04-12 21:19:21 +04:00
# Main server ------------------------------------------------------------------
# features.xml needs to support HTTP as well as HTTPS, as some RSS backends don't support SNI certs.
# Same issue as what's described at https://github.com/Polymer/blog/issues/7
2015-10-03 03:40:55 +03:00
- url: /(features|samples).xml
script: server.app
secure: optional
2017-04-19 23:19:12 +03:00
- url: /delay
script: server-delay.app
secure: always
2013-04-12 21:19:21 +04:00
- url: /.*
script: server.app
2014-10-01 23:21:45 +04:00
secure: always
2013-04-12 21:19:21 +04:00
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.csv$
- ^(.*/)?.*\.psd$
- ^(.*/)?.*\.sql[3]$
- ^(.*/)?.*\.sh$
- ^(.*/)?.*\.scss$
2013-08-30 22:16:58 +04:00
- ^(.*/)?node_modules
2015-10-14 02:02:18 +03:00
- ^(.*/)?tests
2013-12-18 00:33:14 +04:00
- ^(.*/)?.[LICENSE|PATENTS|AUTHORS|CONTRIBUTING|COPYING](\.md)?
- ^(.*/)?.*\.md$
- ^http2push/example
- ^http2push/site
- ^static/sass