From 0d96963cd3b07b26c29aa96da5fe159a4ef722c0 Mon Sep 17 00:00:00 2001 From: sj108s Date: Fri, 4 May 2018 12:29:46 +0530 Subject: changed cdt app properties for configscaleout changed cdt application properties to display configscaleout in reference data Issue-ID: APPC-877 Change-Id: Id7e37298421aaa1a42379cf40870ced3e329ebca Signed-off-by: sj108s --- src/app/cdt.application.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/cdt.application.properties.json b/src/app/cdt.application.properties.json index 593f4f6..d96780a 100644 --- a/src/app/cdt.application.properties.json +++ b/src/app/cdt.application.properties.json @@ -1,9 +1,9 @@ { "CONTACT_US": { "CONTACT_US_EMAIL": "cdtSupportTeam@yourCompany.com", - "CONTACT_US_SUBJECT": "1710CDTContactus" + "CONTACT_US_SUBJECT": "CDT Contact Us" }, "username": "appc123@appc.onap.org", "password": "test", - "displayConfigScaleout": true + "showconfigsaleout": true } \ No newline at end of file -- cgit 1.2.3-korg