From f27d5549734324727a5432f6ff663b0880425f47 Mon Sep 17 00:00:00 2001 From: sj108s Date: Mon, 2 Apr 2018 14:46:25 +0530 Subject: Corrected artifact name for multiple template ids Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s --- src/app/cdt.application.properties.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/app/cdt.application.properties.json (limited to 'src/app/cdt.application.properties.json') diff --git a/src/app/cdt.application.properties.json b/src/app/cdt.application.properties.json new file mode 100644 index 0000000..07f40bb --- /dev/null +++ b/src/app/cdt.application.properties.json @@ -0,0 +1,8 @@ +{ + "CONTACT_US": { + "CONTACT_US_EMAIL": "cdtSupportTeam@yourCompany.com", + "CONTACT_US_SUBJECT": "1710CDTContactus" + }, + "username" : "appc123@appc.onap.org", + "password" : "test" +} -- cgit 1.2.3-korg