summaryrefslogtreecommitdiffstats
path: root/workflow-bdd/config.json
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2018-08-09 13:13:23 +0300
committertalig <talig@amdocs.com>2018-08-09 13:13:23 +0300
commitff78ef472f8e481afb39f24a1d37737ef8dfab60 (patch)
tree2116f2cbc63de2bf82dbf358dbf16268a900a2d0 /workflow-bdd/config.json
parent923910109f7796aca1263df1a7fa13f7d6bc072c (diff)
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 <talig@amdocs.com>
Diffstat (limited to 'workflow-bdd/config.json')
-rw-r--r--workflow-bdd/config.json6
1 files changed, 3 insertions, 3 deletions
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"
}
}