diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2022-05-09 17:03:52 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2022-05-09 17:03:57 +0100 |
commit | e345397b319c759fe8a3cb4d661fe18cecffd604 (patch) | |
tree | 60ec2274e9ca0bf0cc2b88bb1f063282b850ba3c /cps-ncmp-service/src/test/resources | |
parent | e4f3b392b383910398a7fe8c9315d06e9c81e930 (diff) |
Add ncmp tag to application yaml
Add an NCMP tag to Application.yml to store
NCMP related propeties
Issue-ID: CPS-875
Change-Id: I2bce3d765ae69cc2a4bb52a472eea7cae745fd2c
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index c23926e4eb..c259bf0057 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -16,10 +16,11 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -dmi: - auth: - username: some-user - password: some-password - api: - base-path: dmi +ncmp: + dmi: + auth: + username: some-user + password: some-password + api: + base-path: dmi |