[AAI-26] Adding gizmo data to the repository.
[aai/gizmo.git] / src / main / config / cadi.properties
1 #This properties file is used for defining AAF properties related to the CADI framework. This file is used for running AAF framework
2
3 #In order to test functionality of cadi-ajsc-plugin locally cross domain cookie. Cadi "should" find your hostname for you. 
4 #However, we have seen some situations where this fails. A Local testing
5 #modification can include modifying your hosts file so that you can use "mywebserver.att.com" for your localhost in order
6 #to test/verify GLO functionality locally. If you are on a Windows machine, you will already have a machine name associated with 
7 #it that will utilize an AT&T domain such as "sbc.com". You may need to add your  domain to this as a comma separated list depending
8 #upon your particular machine domain. This property is commented out as cadi SHOULD find your machine name. With version 1.2.1 of cadi, 
9 #it appears to resolve Mac machine names as well, now. But, this can be somewhat inconsistent depending on your specific working envrironment.
10 hostname=mywebserver.att.com
11
12 #Setting csp_domain to PROD will allow for testing using your attuid and password through GLO.
13 csp_domain=PROD
14 csp_devl_localhost=true
15
16 basic_realm=csp.att.com
17 #basic_realm=aaf.att.com
18 basic_warn=TRUE
19
20 cadi_loglevel=WARN
21 cadi_keyfile=target/swm/package/nix/dist_files/appl/crud-api/etc/keyfile
22
23 # Configure AAF
24 #These are dummy values add appropriate values required
25 aaf_url=url
26
27 #AJSC - MECHID
28 #These are dummy values add appropriate values required
29 aaf_id=dummyid@ajsc.att.com
30 aaf_password=enc:277edqJCjT0RlUI3BtbDQa-3Ha-CQGd
31 aaf_timeout=5000
32 aaf_clean_interval=30000
33 aaf_user_expires=5000
34 aaf_high_count=1000
35
36