Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created September 21, 2015 08:38
Show Gist options
  • Select an option

  • Save IndianGuru/39bf2460f59d3ef69e18 to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/39bf2460f59d3ef69e18 to your computer and use it in GitHub Desktop.
app.yaml for geowebgap.go
# application is mandatory
application: geowebgap
# 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