Last active
August 29, 2015 14:08
-
-
Save rajasimon/f8203abc8ef1c78bcbda to your computer and use it in GitHub Desktop.
Google Appengine yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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