add git configuration

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 09:35:22 +02:00
parent 627ad77964
commit 399a134594

View File

@@ -16,5 +16,12 @@ spring:
server: server:
native: native:
search-locations: classpath:/configurations 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: profiles:
active: native active: native