Update scripts for ECS docker-compose deployment
[nonrtric.git] / docker-compose / data / testdata / ECS / EiProducer.json
index ebb4ad4..01d8eb5 100644 (file)
@@ -1,9 +1,5 @@
 {
-    "ei_job_creation_callback_url": "http://example.com",
-    "ei_job_deletion_callback_url": "http://example.com",
-    "ei_producer_supervision_callback_url": "http://example.com",
-    "supported_ei_types": [{
-        "ei_job_data_schema": {},
-        "ei_type_identity": "type1"
-    }]
+    "supported_ei_types":["type1"],
+    "ei_job_callback_url": "https://producer-stub:8093/callbacks/job/prod-a",
+    "ei_producer_supervision_callback_url": "https://producer-stub:8093/callbacks/supervision/prod-a"
 }
\ No newline at end of file