diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-08-02 11:34:07 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-08-02 14:57:56 -0400 |
commit | 0f12815d373a4a656bca88e3093128c1fda4ae80 (patch) | |
tree | eed04d892b16bb261d48a1406487b1b569c153a3 /mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml | |
parent | acf060932b78061e590d1aa48e726d4ab1e70420 (diff) |
update infra apihandler to utilize rest
rather than direct
access
Change-Id: I0cd3d3902e32249263298f91263401ce05c34be3
Issue-ID: SO-790
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml b/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml index 4f565a8c2d..1f1f859eeb 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml @@ -17,6 +17,13 @@ camunda-nodehealthcheck-urn: /mso/nodehealthcheck mso: + infra-requests: + archived: + period: 180 + adapters: + db: + spring: + endpoint: http://localhost:${wiremock.server.port} logPath: logs site-name: mtanj catalog: |