diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-03-27 16:46:32 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-03-27 17:09:31 -0400 |
commit | 5da95c0df892b635db68550a3321e0e48c9e78f8 (patch) | |
tree | 7ede3891637e2d9032da2141b5952b36cc0cda33 /ajsc-shared-config/etc/csm-framework-app.properties | |
parent | 047ade94d55a1b6d8c352168652140f3579198ac (diff) |
Moving data-router to Springboot for security
Change-Id: I7a02720c4e0a79619ed6b309ff1f65f4d755c364
Issue-ID: AAI-590
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'ajsc-shared-config/etc/csm-framework-app.properties')
-rw-r--r-- | ajsc-shared-config/etc/csm-framework-app.properties | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ajsc-shared-config/etc/csm-framework-app.properties b/ajsc-shared-config/etc/csm-framework-app.properties deleted file mode 100644 index 140fde3..0000000 --- a/ajsc-shared-config/etc/csm-framework-app.properties +++ /dev/null @@ -1,11 +0,0 @@ -# The csm-persist-to property identifies the file that the CSM Framework -# will write the current configuration to whenever it is told to save it's -# configuration. -# -#csm-persist-to=/opt/app/myapplication/csm.properties.persisted - -#Important . Please specify absolute path starting from the root directory for Property csm-persist-to -#(Giving relative path may result in undesired results in case the applcation is restarted from a different directory than the original start directory ) -#In the following example , relative path is specfied since the directory structure varies on diff env - -csm-persist-to=/opt/app/q103csi1m8/DATA/${ChangeMe_RELEASE}/${ChangeMe_CLUSTER}_ACFS_csm.properties.persisted |