Skip to content

Instantly share code, notes, and snippets.

@kig
Created April 30, 2012 10:58
Show Gist options
  • Save kig/2557358 to your computer and use it in GitHub Desktop.
Save kig/2557358 to your computer and use it in GitHub Desktop.
App Engine static website
application: website-12345
version: 1
runtime: python
api_version: 1
#default_expiration: "30d"
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /
static_dir: www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment