diff options
author | Elena Kuleshov <evn@att.com> | 2019-04-15 22:59:18 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-04-16 01:29:00 -0400 |
commit | 5223788222fd78c9e50680471eb0529361645230 (patch) | |
tree | 7cc521a22a5c1753937d71c4dd6dc9dd57746d1e /asdc-controller/src/test/resources/application-test.yaml | |
parent | 9c0663079469cb5a42c96ff990385c23be2f361e (diff) |
Use distribution json for workflow install
Use distribution json for workflow install
Change-Id: I2eec3700d0ba92794b6ca11bd43683d91fb480ee
Issue-ID: SO-1726
Signed-off-by: Kuleshov, Elena <evn@att.com>
Diffstat (limited to 'asdc-controller/src/test/resources/application-test.yaml')
-rw-r--r-- | asdc-controller/src/test/resources/application-test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index ec536491a1..9fa20550db 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml @@ -66,6 +66,7 @@ mso: db: spring: endpoint: "http://localhost:" + camundaURL: http://localhost:${wiremock.server.port}/ db: auth: Basic YnBlbDptc28tZGItMTUwNyE= site-name: siteName |