update cadi file location to be configurable
[aai/sparky-be.git] / sparkybe-onap-application / config / portal / cadi.properties
1 # Configure AAF
2 aaf_locate_url=https://aaf-locate.onap:8095
3 aaf_url=<%=https://aaf-locate.onap:8095/AAF_NS.service:2.0
4
5 # AAF Environment Designation
6
7 #if you are running aaf service from a docker image you have to use aaf service IP and port number
8 aaf_id=aai@aai.onap.org
9 #Encrypt the password using AAF Jar
10 aaf_password=enc:xxYw1FqXU5UpianbPeH5Rezg0YfjzuwQrSiLcCmJGfz
11 #hostname=org.onap.aai.
12 csp_domain=PROD
13 # Add Absolute path to Keyfile
14 cadi_keyfile=${CONFIG_HOME}/portal/keyFile
15
16 # This is required to accept Certificate Authentication from Certman certificates.
17 aaf_env=DEV
18
19 # DEBUG prints off all the properties.  Use to get started.
20 cadi_loglevel=DEBUG
21
22 # Add Absolute path to truststore2018.jks
23 cadi_truststore=file:${CONFIG_HOME}/auth/truststoreONAPall.jks
24 # 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
25 cadi_truststore_password=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
26
27 # how to turn on SSL Logging
28 #javax.net.debug=ssl
29