summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2019-02-11 17:44:17 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2019-02-11 18:16:08 +0000
commitfc779f51a624bfddc68328bf3fd3c74594ef31f6 (patch)
tree397e3aa3e0f225b01a9845537e8ea2f8cfacf4ec /src/main/resources/application.properties
parenta583d474260f071cb2ee465ec76a277240575a21 (diff)
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 <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
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