From fc779f51a624bfddc68328bf3fd3c74594ef31f6 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Mon, 11 Feb 2019 17:44:17 +0000 Subject: Rename the groupfilter.config System Property Rename the System Property to be tosca.mappings.config and default the value to ${CONFIG_HOME}/tosca-mappings.json Update Java code and comments to remove the word "filter" where this is now outdated. Add new JUnit tests for better code coverage. Change-Id: Iaa9685638e099c898894171a958b0d5d51542fde Issue-ID: AAI-2121 Signed-off-by: mark.j.leonard --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1f5d420..b845b8f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,4 +5,4 @@ server.contextPath=/services/babel-service logging.config=${CONFIG_HOME}/logback.xml -groupfilter.config=${CONFIG_HOME}/tosca-mappings.json +tosca.mappings.config=${CONFIG_HOME}/tosca-mappings.json -- cgit 1.2.3-korg