Remove OpenECOMP from license file
[aai/model-loader.git] / src / main / config / cadi.properties
1 ###\r
2 # ============LICENSE_START=======================================================
3 # MODEL LOADER SERVICE
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");\r
8 # you may not use this file except in compliance with the License.\r
9 # You may obtain a copy of the License at\r
10\r
11 #      http://www.apache.org/licenses/LICENSE-2.0\r
12\r
13 # Unless required by applicable law or agreed to in writing, software\r
14 # distributed under the License is distributed on an "AS IS" BASIS,\r
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 # See the License for the specific language governing permissions and\r
17 # limitations under the License.
18 # ============LICENSE_END=========================================================\r
19 ###\r
20 \r
21 #This properties file is used for defining AAF properties related to the CADI framework. This file is used for running AAF framework\r
22 \r
23 #In order to test functionality of cadi-ajsc-plugin locally cross domain cookie. Cadi "should" find your hostname for you. \r
24 #However, we have seen some situations where this fails. A Local testing\r
25 #modification can include modifying your hosts file so that you can use "mywebserver.att.com" for your localhost in order\r
26 #to test/verify GLO functionality locally. If you are on a Windows machine, you will already have a machine name associated with \r
27 #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\r
28 #upon your particular machine domain. This property is commented out as cadi SHOULD find your machine name. With version 1.2.1 of cadi, \r
29 #it appears to resolve Mac machine names as well, now. But, this can be somewhat inconsistent depending on your specific working envrironment.\r
30 hostname=mywebserver.att.com\r
31 \r
32 #Setting csp_domain to PROD will allow for testing using your attuid and password through GLO.\r
33 csp_domain=PROD\r
34 csp_devl_localhost=true\r
35 \r
36 basic_realm=csp.att.com\r
37 #basic_realm=aaf.att.com\r
38 basic_warn=TRUE\r
39 \r
40 cadi_loglevel=WARN\r
41 cadi_keyfile=target/swm/package/nix/dist_files/appl/model-loader/etc/keyfile\r
42 \r
43 # Configure AAF\r
44 #These are dummy values add appropriate values required\r
45 aaf_url=url\r
46 \r
47 #AJSC - MECHID\r
48 #These are dummy values add appropriate values required\r
49 aaf_id=dummyid@ajsc.att.com\r
50 aaf_password=enc:277edqJCjT0RlUI3BtbDQa-3Ha-CQGd\r
51 aaf_timeout=5000\r
52 aaf_clean_interval=30000\r
53 aaf_user_expires=5000\r
54 aaf_high_count=1000\r
55 \r
56 \r