Merge "Hibernate db fix"
[portal.git] / ecomp-portal-BE-os / cadi.properties
1 # Configure AAF
2 #aaf_locate_url=https://aafist.test.att.com:8095
3
4
5 aaf_locate_url= https://aaf-service:8100
6 aaf_url= https://aaf-service:8100/locate/org.onap.aaf.service:2.0
7 #aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
8
9 #if you are running aaf service from a docker image you have to use aaf service IP and port number
10 aaf_id=m00468@portal.onap.org
11 #Replace the aaf password according to the env
12 aaf_password=enc:xxxxxxxxxxxxxxxx
13 # Sample CADI Properties, from CADI 1.4.2 
14 hostname=portal.onap.org
15 csp_domain=PROD
16
17 # Add Absolute path to Keyfile; Need to Replace the path
18 cadi_keyfile={path}/keyfile
19
20  
21 # This is required to accept Certificate Authentication from Certman certificates. 
22 # can be TEST, IST or PROD 
23 aaf_env=TEST
24  
25 # DEBUG prints off all the properties.  Use to get started. 
26 cadi_loglevel=DEBUG 
27
28
29 # Become CSO Poodle Compliant by only allowing sanctioned TLS versions 
30 # The following is the default 
31 # cadi_protocols=TLSv1.1,TLSv1.2 
32  
33 # Default TrustStore - REQUIRED for changing PROTOCOL Defaults for DME2 
34 # Read https://wiki.web.att.com/pages/viewpage.action?pageId=574623569#URGENT:SolvingSSL2-3/TLSv1removalissues-Up-to-dateTruststore 
35 # Replace the below cadi_truststore with an Absolute path to truststore2018.jks
36 cadi_truststore={path}/truststore2018.jks 
37 # Note: This is the ONLY password that doesn't have to be encrypted. All Java's TrustStores are this passcode by default, because they are public certs 
38 cadi_truststore_password=XXXXX
39  
40 # how to turn on SSL Logging 
41 #javax.net.debug=ssl 
42  
43 ## 
44 # Hint 
45 # Use "maps.bing.com" to get Lat and Long for an Address 
46 cadi_latitude=32.780140
47 cadi_longitude=-96.800451
48 AFT_ENVIRONMENT=AFTUAT
49 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
50 DME2.DEBUG=true
51 AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
52