diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-07-29 16:06:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-29 16:06:19 +0000 |
commit | 98c4d50287a5e37266dd68567e26b290083614c7 (patch) | |
tree | 0b25e7e5ec7b3913cbab15e0a7ba6d9b45c2c7c5 /participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml | |
parent | 08cd706cbb778ef182b86f5ba042ed360f71a1cb (diff) | |
parent | fda6280b8d38e24d15fc0710cc7d0c213f90779b (diff) |
Merge "Add module for AC Element implementation"
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml')
-rw-r--r-- | participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml new file mode 100644 index 000000000..76dbeaa2a --- /dev/null +++ b/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml @@ -0,0 +1,22 @@ +spring: + security: + user: + name: acmUser + password: zb!XztG34 + +server: + port: 8084 + servlet: + context-path: /onap/policy/clamp/acelement/ + error: + path: /error + +element: + elementId: + name: onap.policy.clamp.ac.element1 + version: 1.0.0 +management: + endpoints: + web: + exposure: + include: health, metrics, prometheus |