diff options
author | sj108s <sj108s@us.att.com> | 2018-05-04 12:29:46 +0530 |
---|---|---|
committer | sj108s <sj108s@us.att.com> | 2018-05-04 12:33:43 +0530 |
commit | 0d96963cd3b07b26c29aa96da5fe159a4ef722c0 (patch) | |
tree | 62f574806da27ab79f5aa994d04c1924df0bbd00 /src/app/cdt.application.properties.json | |
parent | f50c51684b3dde7e9a3f4641f0fd5ee64cf45ff0 (diff) |
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 <sj108s@us.att.com>
Diffstat (limited to 'src/app/cdt.application.properties.json')
-rw-r--r-- | src/app/cdt.application.properties.json | 4 |
1 files 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 |