Skip to content

Instantly share code, notes, and snippets.

Created March 8, 2013 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5116179 to your computer and use it in GitHub Desktop.
Save anonymous/5116179 to your computer and use it in GitHub Desktop.
application: xxx
version: 6
runtime: python27
api_version: 1
threadsafe: yes
libraries:
- name: webapp2
version: "2.5.1"
- name: jinja2
version: "2.6"
handlers:
- url: /cdn
static_dir: cdn
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /robots\.txt
static_files: robots.txt
upload: robots\.txt
- url: .*
script: public.main.app
builtins:
- remote_api: on
- admin_redirect: on
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment