Kong.yml - Using Variables

I have a number of endpoints in my yml file (db-less configuration) that have the same base url. Is there any support for using a variable for this? Maintaining this could get messy otherwise

You can use jinja or other templating languages to render the YAML file, which is consumed by Kong. We’ve kept templating out of the config file on purpose.

Sounds good. I’ll end up putting the templating upstream to the deployment process.