Skip to content

Instantly share code, notes, and snippets.

@Spencer-Easton
Created February 25, 2016 21:38
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 Spencer-Easton/1bf6c3f661d74443c692 to your computer and use it in GitHub Desktop.
Save Spencer-Easton/1bf6c3f661d74443c692 to your computer and use it in GitHub Desktop.
application: YOURPROJECTID
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /(.+)
static_files: public/\1
upload: public/(.*)
http_headers:
Access-Control-Allow-Origin: '*'
- url: /
static_files: public/index.html
upload: public/index.html
http_headers:
Access-Control-Allow-Origin: '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment