endpoints/getting-started/app.yaml (6 lines of code) (raw):
runtime: ruby
env: flex
entrypoint: bundle exec ruby app.rb
# [START endpoints_configuration]
endpoints_api_service:
# The following values are to be replaced by information from the output of
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
name: ENDPOINTS-SERVICE-NAME
rollout_strategy: managed
# [END endpoints_configuration]