local_config.json-local 639 B

12345678910111213141516171819
  1. [
  2. { "Key": "JsonSendDir", "Value": "json-send/" },
  3. { "Key": "JsonReceiveDir", "Value": "json-receive/" },
  4. { "Key": "JsonServerParamsPath", "Value": "conf/server-params.json" },
  5. { "Key": "ShowReceivedJson", "Value": "Yes" },
  6. { "Key": "ShowLogStdout", "Value": "No" },
  7. { "Key": "LogFilePath", "Value": "abango.log" },
  8. { "Key": "ApiType", "Value": "Rest" },
  9. { "Key": "KafkaTopic", "Value": "dbr-basic" },
  10. { "Key": "KafkaConnect", "Value": "49.247.7.110:19092" },
  11. { "Key": "KafkaConsumerTimeout", "Value": "1" },
  12. { "Key": "gRpcConnect", "Value": "0.0.0.0:10049" },
  13. { "Key": "RestConnect", "Value": "http://0.0.0.0:19080/" }
  14. ]