From ff78ef472f8e481afb39f24a1d37737ef8dfab60 Mon Sep 17 00:00:00 2001 From: talig Date: Thu, 9 Aug 2018 13:13:23 +0300 Subject: Add activity spec code Move code from sdc repository and: 1. place according to this project structure 2. refactor DTOs and use mapstruct 3. change errorResponse to be a json instead of a string (for all workflow code) Change-Id: Ia85590b53ab59ff7600e05b8a6d52e06b1773220 Issue-ID: SDC-1606 Signed-off-by: talig --- workflow-bdd/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'workflow-bdd/config.json') diff --git a/workflow-bdd/config.json b/workflow-bdd/config.json index 260f2859..5d38d099 100644 --- a/workflow-bdd/config.json +++ b/workflow-bdd/config.json @@ -16,13 +16,13 @@ "workflow" : { "port" : 8080, "prefix" : "wf", - "server" : "", + "server": "wf.server", "user" : "user" }, "activity_spec" : { "port" : 8080, - "prefix" : "activity-spec-api/v1.0", - "server" : "activity_spec.server", + "prefix": "v1.0", + "server": "wf.server", "user" : "user" } } -- cgit 1.2.3-korg