zuazo/kong-cookbook

View on GitHub
templates/default/kong.conf.erb

Summary

Maintainability
Test Coverage
# Generated by Chef
<% @config.to_hash.each do |key,value| %>
<%= key %> = <%= value %>
<% end %>