Created
November 4, 2018 17:58
-
-
Save bgadrian/b4c169d774a396d62d79fef19f83084e to your computer and use it in GitHub Desktop.
App Engine for Go 1.11 servers (goswagger.io or custom)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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