Skip to content

Instantly share code, notes, and snippets.

@jgv
Created May 18, 2012 20:11
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 jgv/2727368 to your computer and use it in GitHub Desktop.
Save jgv/2727368 to your computer and use it in GitHub Desktop.
# a test version of the app.yaml used for development. This is not intended to be checked in
application: your-application-identifier
version: 1
runtime: python27
api_version: 1
threadsafe: false
# Set cache duration to 0 for development
default_expiration: "0m"
handlers:
- url: /static/(.*)
static_files: static/\1
upload: static/(.*)
secure: always
- url: .*
script: main.py
secure: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment