Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created November 4, 2018 17:58
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 bgadrian/b4c169d774a396d62d79fef19f83084e to your computer and use it in GitHub Desktop.
Save bgadrian/b4c169d774a396d62d79fef19f83084e to your computer and use it in GitHub Desktop.
App Engine for Go 1.11 servers (goswagger.io or custom)
runtime: go111
service: myservice
env_variables:
HOST: "0.0.0.0"
instance_class: B1
basic_scaling:
max_instances: 2
idle_timeout: 15m
handlers:
- url: /.*
script: auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment