Lee, Tian (tl5884) | 0d7feec | 2018-09-20 12:27:40 +0100 | [diff] [blame] | 1 | # This is a normal Java Properties File |
| 2 | # Comments are with Pound Signs at beginning of lines, |
| 3 | # and multi-line expression of properties can be obtained by backslash at end of line |
| 4 | |
| 5 | cadi_loglevel=DEBUG |
| 6 | cadi_keyfile=config/security/keyfile |
| 7 | |
| 8 | cadi_truststore=config/auth/tomcat_keystore |
| 9 | cadi_truststore_password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |
| 10 | |
| 11 | # Configure AAF |
| 12 | aaf_url=https://aaf.osaaf.org:30247 |
| 13 | aaf_env=DEV |
| 14 | |
| 15 | aaf_id=demo@people.osaaf.org |
| 16 | aaf_password=enc:92w4px0y_rrm265LXLpw58QnNPgDXykyA1YTrflbAKz |
| 17 | |
| 18 | # This is a colon separated list of client cert issuers |
IanB | 50fd8fd | 2018-11-22 15:57:14 +0000 | [diff] [blame] | 19 | cadi_x509_issuers=CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA |
| 20 | |
| 21 | cadi_latitude=80.62 |
| 22 | cadi_longitude=72.62 |