diff options
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2cb4fe8..c9982d6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,4 +4,6 @@ server.ssl.client-auth=need server.contextPath=/services/babel-service -logging.config=${CONFIG_HOME}/logback.xml
\ No newline at end of file +logging.config=${CONFIG_HOME}/logback.xml + +groupfilter.config=${CONFIG_HOME}/tosca-mappings.json |