12345678910111213141516171819 |
- [
- { "Key": "JsonSendDir", "Value": "json-send/" },
- { "Key": "JsonReceiveDir", "Value": "json-receive/" },
- { "Key": "JsonServerParamsPath", "Value": "conf/server-params.json" },
- { "Key": "ShowReceivedJson", "Value": "Yes" },
- { "Key": "ShowLogStdout", "Value": "No" },
- { "Key": "LogFilePath", "Value": "abango.log" },
- { "Key": "ApiType", "Value": "Rest" },
- { "Key": "KafkaTopic", "Value": "dbr-basic" },
- { "Key": "KafkaConnect", "Value": "49.247.7.110:19092" },
- { "Key": "KafkaConsumerTimeout", "Value": "1" },
- { "Key": "gRpcConnect", "Value": "0.0.0.0:10049" },
- { "Key": "RestConnect", "Value": "http://222.239.248.232:19080/" }
- ]
|