From 3b905ee77fec432d3e44088787c4a810ced52d3e Mon Sep 17 00:00:00 2001 From: "Gangarajula, Uday Bhasker (ug0221)" Date: Wed, 25 Apr 2018 18:02:04 -0400 Subject: made fixes to template identifer and dropdowns Issue-ID: APPC-862 Change-Id: I902f794cec5d69e2118f7a87f5c6fb867a1b2216 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) --- src/app/cdt.application.properties.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/app/cdt.application.properties.json') diff --git a/src/app/cdt.application.properties.json b/src/app/cdt.application.properties.json index 07f40bb..593f4f6 100644 --- a/src/app/cdt.application.properties.json +++ b/src/app/cdt.application.properties.json @@ -1,8 +1,9 @@ { "CONTACT_US": { - "CONTACT_US_EMAIL": "cdtSupportTeam@yourCompany.com", - "CONTACT_US_SUBJECT": "1710CDTContactus" + "CONTACT_US_EMAIL": "cdtSupportTeam@yourCompany.com", + "CONTACT_US_SUBJECT": "1710CDTContactus" }, - "username" : "appc123@appc.onap.org", - "password" : "test" -} + "username": "appc123@appc.onap.org", + "password": "test", + "displayConfigScaleout": true +} \ No newline at end of file -- cgit 1.2.3-korg