Skip to content

Instantly share code, notes, and snippets.

@vaibhav-jain
Forked from pigeonflight/app.yaml
Last active August 29, 2015 14:07
Show Gist options
  • Save vaibhav-jain/4634e28a06765f6255e5 to your computer and use it in GitHub Desktop.
Save vaibhav-jain/4634e28a06765f6255e5 to your computer and use it in GitHub Desktop.
application: <app-engine-id>
version: 1
runtime: python27
threadsafe: yes
api_version: 1
handlers:
- url: /
static_files: _build/html/index.html
upload: _build/html/index.html
secure: always
login: admin
- url: /
static_dir: _build/html
secure: always
login: admin
- url: /(.*\.(gif|png|jpg|ico|js|css|html))
static_files: /
upload: _build/html/(.*\.(gif|png|jpg|ico|js|css|html))
secure: always
login: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment