From 399a1345942f582e1b4ccfefc8b16d87ec2f8be9 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Oct 2024 09:35:22 +0200 Subject: [PATCH] add git configuration Signed-off-by: Peter Siegmund --- src/main/resources/application.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d426bd8..988cf9b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,5 +16,12 @@ spring: server: native: search-locations: classpath:/configurations + git: + uri: https://github.com/${GIT_USER}/configuration.git + username: ${GIT_USER} + password: ${GIT_TOKEN} + clone-on-start: true + default-label: main + searchPaths: configurations profiles: active: native