sample_test_config.json 588 B

12345678910111213141516171819202122
  1. {
  2. "http_endpoints": {
  3. "parent": {
  4. "host": "127.0.0.1",
  5. "mguid": null,
  6. "port": 20001,
  7. "ssl": false
  8. },
  9. "child": {
  10. "host": "127.0.0.1",
  11. "mguid": "3bc2f7de-1445-11ee-9ed7-3c7c3f21784c",
  12. "port": 19999,
  13. "ssl": false
  14. }
  15. },
  16. "global": {
  17. "test_plugin_name": "external_plugin",
  18. "test_array_module_name": "module_of_the_future",
  19. "test_single_module_name": "module_of_the_future_single_type",
  20. "test_job_name": "fixed_job"
  21. }
  22. }