From 4aa20bc42b7bd98dde15f7594084669eb92412c2 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 29 Jan 2020 17:38:07 +0000 Subject: Configuration file runtime reload Reloads the backend configuration file when the file listener catches a change. Forces validations errors when the configuration file could not be parsed. Remove not used configurations. Change-Id: Ic6fcb2b557d52ec53074c38ab8e0fcfa96e9be67 Issue-ID: SDC-2758 Signed-off-by: andre.schmid --- catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'catalog-fe/src') diff --git a/catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml b/catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml index 5cc22fde72..0d9f1012e8 100644 --- a/catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml +++ b/catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml @@ -22,13 +22,6 @@ threadpoolSize: 50 # request processing timeout (seconds) requestTimeout: 10 -# a4c hostname -a4cHost: localhost - -# a4c http port -a4cHttpPort: 8088 - - identificationHeaderFields: - - &HTTP_IV_USER HTTP_IV_USER -- cgit 1.2.3-korg