Implement support for v10 model entities.
[aai/model-loader.git] / src / main / config / cadi.properties
diff --git a/src/main/config/cadi.properties b/src/main/config/cadi.properties
new file mode 100644 (file)
index 0000000..c3b8b14
--- /dev/null
@@ -0,0 +1,56 @@
+###\r
+# ============LICENSE_START=======================================================
+# MODEL LOADER SERVICE
+# ================================================================================
+# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+# \r
+#      http://www.apache.org/licenses/LICENSE-2.0\r
+# \r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.
+# ============LICENSE_END=========================================================\r
+###\r
+\r
+#This properties file is used for defining AAF properties related to the CADI framework. This file is used for running AAF framework\r
+\r
+#In order to test functionality of cadi-ajsc-plugin locally cross domain cookie. Cadi "should" find your hostname for you. \r
+#However, we have seen some situations where this fails. A Local testing\r
+#modification can include modifying your hosts file so that you can use "mywebserver.att.com" for your localhost in order\r
+#to test/verify GLO functionality locally. If you are on a Windows machine, you will already have a machine name associated with \r
+#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
+#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
+#it appears to resolve Mac machine names as well, now. But, this can be somewhat inconsistent depending on your specific working envrironment.\r
+hostname=mywebserver.att.com\r
+\r
+#Setting csp_domain to PROD will allow for testing using your attuid and password through GLO.\r
+csp_domain=PROD\r
+csp_devl_localhost=true\r
+\r
+basic_realm=csp.att.com\r
+#basic_realm=aaf.att.com\r
+basic_warn=TRUE\r
+\r
+cadi_loglevel=WARN\r
+cadi_keyfile=target/swm/package/nix/dist_files/appl/model-loader/etc/keyfile\r
+\r
+# Configure AAF\r
+#These are dummy values add appropriate values required\r
+aaf_url=url\r
+\r
+#AJSC - MECHID\r
+#These are dummy values add appropriate values required\r
+aaf_id=dummyid@ajsc.att.com\r
+aaf_password=enc:277edqJCjT0RlUI3BtbDQa-3Ha-CQGd\r
+aaf_timeout=5000\r
+aaf_clean_interval=30000\r
+aaf_user_expires=5000\r
+aaf_high_count=1000\r
+\r
+\r