Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Last active September 2, 2015 04:09
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 IndianGuru/c478ee065356e0fe3073 to your computer and use it in GitHub Desktop.
Save IndianGuru/c478ee065356e0fe3073 to your computer and use it in GitHub Desktop.
app.yaml
# This is a comment
# application is mandatory
application: helloworld
# version is mandatory
version: 1-0
# runtime is mandatory
runtime: go
# api_version is mandatory
api_version: go1
# handlers is mandatory
handlers:
- url: /.*
script: _go_app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment