diff options
author | Steve Smokowski <ss835w@att.com> | 2020-01-16 17:56:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-16 17:56:08 +0000 |
commit | 31e4876968f144b875e21f4499701ba2f16dc94f (patch) | |
tree | 94f1001bb4432db0f39384f9de072c2ebc23c41e /adapters/so-appc-orchestrator/src/test/resources/application-test.yaml | |
parent | e6d05b9359582d2a8bddfeb73527d134586410b7 (diff) | |
parent | 833d219c3b6689ea27f46719a3a00cbaf7e649fe (diff) |
Merge "1911 create appc adapter micro service"
Diffstat (limited to 'adapters/so-appc-orchestrator/src/test/resources/application-test.yaml')
-rw-r--r-- | adapters/so-appc-orchestrator/src/test/resources/application-test.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/adapters/so-appc-orchestrator/src/test/resources/application-test.yaml b/adapters/so-appc-orchestrator/src/test/resources/application-test.yaml new file mode 100644 index 0000000000..eb693a263e --- /dev/null +++ b/adapters/so-appc-orchestrator/src/test/resources/application-test.yaml @@ -0,0 +1,17 @@ + +appc: + client: + key: LSl8QKolmKcC0yJR + response: + timeout: '60000' + secret: lgjXraD1HutKxv8jEN6tVouu + poolMembers: localhost:3904,localhost:3904 + service: ueb + topic: + read: + name: APPC-1902-SHDEV-WRITE + timeout: '120000' + write: APPC-1902-SHDEV-READ + sdnc: + read: SDNC-LCM-READ + write: SDNC-LCM-WRITE
\ No newline at end of file |