Skip to content

Instantly share code, notes, and snippets.

@rajasimon
Last active August 29, 2015 14:08
Show Gist options
  • Save rajasimon/f8203abc8ef1c78bcbda to your computer and use it in GitHub Desktop.
Save rajasimon/f8203abc8ef1c78bcbda to your computer and use it in GitHub Desktop.
Google Appengine yaml
application: your-project
version: 1
threadsafe: true
runtime: python27
api_version: 1
handlers:
- url: /
static_files: index.html
upload : index.html
- url: /(.*)
static_files: \1
upload: (.*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment