diff options
author | Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com> | 2018-04-25 18:02:04 -0400 |
---|---|---|
committer | Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com> | 2018-04-25 18:02:32 -0400 |
commit | 3b905ee77fec432d3e44088787c4a810ced52d3e (patch) | |
tree | 3d6b15eae68dce7e43a8c2b04b41747cccdf2cad /src/app/cdt.application.properties.json | |
parent | cbe26e0a009088e018944e1e5a6f389212ab2cee (diff) |
made fixes to template identifer and dropdowns
Issue-ID: APPC-862
Change-Id: I902f794cec5d69e2118f7a87f5c6fb867a1b2216
Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
Diffstat (limited to 'src/app/cdt.application.properties.json')
-rw-r--r-- | src/app/cdt.application.properties.json | 11 |
1 files changed, 6 insertions, 5 deletions
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 |