commit | c328551bdfd069343cc4c4e0249516d07938c78a | [log] [tgz] |
---|---|---|
author | tragait <rahul.tyagi@est.tech> | Mon Aug 16 15:12:36 2021 +0100 |
committer | tragait <rahul.tyagi@est.tech> | Thu Aug 19 12:46:37 2021 +0100 |
tree | 5beae0e58a123d67a4e89e904bc24d5239942437 | |
parent | 24112c0a500e94dc6068be71105874f8d81678b7 [diff] [blame] |
get resource data for operational passthrough Issue-ID: CPS-487 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Id1b761f3f6a388556d0cc334fd6f196c78badc39
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index ac620f6..fcd91c2 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml
@@ -105,3 +105,8 @@ level: org: springframework: INFO + +dmi: + auth: + username: ${DMI_USERNAME} + password: ${DMI_PASSWORD}