Documentation

Configuration

system.config.yml

plugins

This section defines plugins for Express Gateway. If you are installing\managing plugins with EG CLI this section will be taken care of.

YML

plugins:
  example:
    description: some helpful information for yml file maintainer
    param1: 'this is plugin initialization parameter'

JSON

{
    "plugins":{
        "example":{
            "description": "JSON has no comments, this is a field for helpful info",
            "param1": "this is plugin initialization parameter"
        }
    }
}

General Information about plugins: Plugin Installation Guide

And Plugin Development guide: Development Guide