ab6d84e863363202df586ddb873822eaf2c51969
[aai/model-loader.git] / ajsc-shared-config / etc / aft.properties
1 ###
2 #  ============LICENSE_START==========================================
3 #  org.onap.aai
4 #  ===================================================================
5 #  Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6 #  Copyright © 2017-2018 Amdocs
7 #  ===================================================================
8 #  Licensed under the Apache License, Version 2.0 (the "License");
9 #  you may not use this file except in compliance with the License.
10 #  You may obtain a copy of the License at
11 #
12 #         http://www.apache.org/licenses/LICENSE-2.0
13 #
14 #  Unless required by applicable law or agreed to in writing, software
15 #  distributed under the License is distributed on an "AS IS" BASIS,
16 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 #  See the License for the specific language governing permissions and
18 #  limitations under the License.
19 #  ============LICENSE_END============================================
20 ###
21 # Flow test 319
22 # The DEFAULT setup for this file is for deployment to soa cloud node which will use the "bundleconfig/etc/spm2.jks" location
23 # For Testing Locally, you can set the system property, csiEnable=true, found within bundleconfig-local/etc/sysprops/sys-props.properties
24 # and switch com.att.aft.keyStore and com.att.aft.trustStore values commented out below to "ajsc-shared-config/etc/spm2.jks"
25
26 #replace proper values for the dummy values.
27 com.att.aft.discovery.client.environment=TEST
28 com.att.aft.discovery.client.latitude=35.318900
29 com.att.aft.discovery.client.longitude=-80.762200
30 com.att.aft.alias=fusionbus
31 com.att.aft.keyStore=bundleconfig/etc/key.jks
32 com.att.aft.keyStorePassword=password
33 com.att.aft.trustStore=bundleconfig/etc/key.jks
34 com.att.aft.trustStorePassword=password
35