blob: a82eb646b8a2372620f1f2d7c16465e348c2f468 (
plain)
1
2
3
4
5
6
|
The ajsc-shared-config folder is included in the service project to provide the functionality of the AJSC_SHARED_CONFIG
location that will exist in CSI envs. This includes the logback.xml for logging configurations, and some csm related
artifacts necessary for proper functionality of the csm framework within the CSI env. Within the 2 profiles that can
be utilized to run the AJSC locally, "runLocal" and "runAjsc", the system propery, "AJSC_SHARED_CONFIG", has been set
to point to this directory. The files in this folder will NOT be copied/moved anywhere within the AJSC SWM package. These
files will already be in existence within the CSI env.
|