From 1a3fedc209bce9529dae2be35a3f74ad7460170f Mon Sep 17 00:00:00 2001 From: mafasva <156201303+mafasva@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:17:55 +0100 Subject: [PATCH] add deploy env for feature (#657) --- src/main/resources/application-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application-deploy.yml b/src/main/resources/application-deploy.yml index ef7fbf3b..aaf7b918 100644 --- a/src/main/resources/application-deploy.yml +++ b/src/main/resources/application-deploy.yml @@ -111,3 +111,6 @@ clamAV: logging: level: org.highmed.numportal: ${LOG_LEVEL} + +feature: + search-by-manager: ${FEATURE_SEARCH_BY_MANAGER} \ No newline at end of file