aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorayalaben <ayala.benzvi@amdocs.com>2018-08-07 11:38:59 +0300
committerayalaben <ayala.benzvi@amdocs.com>2018-08-08 09:58:41 +0300
commit923910109f7796aca1263df1a7fa13f7d6bc072c (patch)
treeff59622fbf9404b867ec5c30384ba1c21bd19bbf /README.md
parent2e867bf3de8a820405ab624c10c198dae5e7e2f3 (diff)
Associate Artifact
Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75153808..557d4534 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,14 @@ or, if Cassandra authentication is not required
`docker run -d -e JAVA_OPTIONS={JAVA_OPTIONS} -e CS_HOSTS={COMMA_SEPARATED_HOSTS} -e CS_PORT={PORT}
-e CS_AUTHENTICATE=false -p {HOST_PORT}:{APPLICATION_PORT} {BACKEND_IMAGE}`
+**optional parameters**
+
+For posting workflow artifact to external API
+
+`-e SDC_PROTOCOL={SDC_PROTOCOL} -e SDC_ENDPOINT={SDC_ENDPOINT}`
+SDC_PROTOCOL - HTTP\HTTPS
+SDC_ENDPOINT - <IP>:<PORT>
+
The server listens on 8080 by default, but it is possible to change the application port by passing
`-e SERVER_PORT={PORT}` to Docker _run_ command.