How Do I Configure It?

The Cloud Gateway requires a single configuration file. A sample configuration file can be found in the Sample Files. The name of this configuration file can be changed as long as its name matches the config environment variable in the docker-compose.yml file.

If you configured one of the Protocol Adapters, the format of the Cloud Gateway's configuration file should feel familiar, but with a few key changes. This configuration file is a JSON file that contains one main blocks section with each block's config section within it.
{
    "blocks": {
        ...
    }
}
See The Blocks Section for an explanation of what a "block" is in the Cloud Gateway.
Note: The `mappings` section required for the Protocol Adapters is NOT used in the Cloud Gateway's configuration.