From 611c9da62c2e266f9facd97dc9f340ce311060a3 Mon Sep 17 00:00:00 2001 From: asgar Date: Fri, 1 Mar 2019 15:32:47 +0530 Subject: multiple asible servers support multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla --- src/cdt.application.properties.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/cdt.application.properties.json (limited to 'src/cdt.application.properties.json') diff --git a/src/cdt.application.properties.json b/src/cdt.application.properties.json new file mode 100644 index 0000000..5be2a49 --- /dev/null +++ b/src/cdt.application.properties.json @@ -0,0 +1,15 @@ +{ + "source": "INSTAR", + "CONTACT_US": { + "CONTACT_US_EMAIL": "appc@list.onap.org", + "CONTACT_US_SUBJECT": "CDT Query/Feedback" + }, + "username": "m97292@appc.att.com", + "password": "enc:Ai8KDxN7EANwATsV", + "displayConfigScaleout": false, + "Actions": { + "ConfigScaleOut": "ConfigScaleOut", + "Configure": "Configure" + }, + "versionNoForApiCall": "0.0.1" +} \ No newline at end of file -- cgit 1.2.3-korg