Kong Gateway
Kong Gateway is an open core project that offers many of the traditional API Management features.
Kong Config and Environment Variables
Kong normally reads a config file called kong.conf
- an overview of valid configuration settings/directives can be found here
The docker image can read these variables from the environment. Simply copy the name of the thing, upercase it and prefix with KONG_
e.g. prefix
becomes KONG_PREFIX
.