{ "listeners":[ { "address": "0.0.0.0", "port": 8860, "https": false } ], "threads_num": 5, "plugins": [ { //name: The class name of the plugin "name": "httpHelper", //dependencies: Plugins that the plugin depends on. It can be commented out "dependencies": [], //config: The configuration of the plugin. This json object is the parameter to initialize the plugin. //It can be commented out "config": { } }, { //name: The class name of the plugin "name": "gsd::UserApp", //dependencies: Plugins that the plugin depends on. It can be commented out "dependencies": ["gsd::InferPlugin"], //config: The configuration of the plugin. This json object is the parameter to initialize the plugin. //It can be commented out "config": { } }, { //name: The class name of the plugin "name": "gsd::InferPlugin", //dependencies: Plugins that the plugin depends on. It can be commented out "dependencies": ["gsd::CenterGroup"], //config: The configuration of the plugin. This json object is the parameter to initialize the plugin. //It can be commented out "config": { } }, { //name: The class name of the plugin "name": "gsd::CenterGroup", //dependencies: Plugins that the plugin depends on. It can be commented out "dependencies": [], //config: The configuration of the plugin. This json object is the parameter to initialize the plugin. //It can be commented out "config": { "spug_ip" : "47.112.106.146", "spug_port" : 9090 } } ] }