latest config-service setting

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-22 20:25:36 +02:00
parent 53e79c0067
commit 2ef81803c6
3 changed files with 22 additions and 8 deletions

View File

@@ -17,9 +17,7 @@ spring:
native:
search-locations: classpath:/configurations
git:
uri: https://github.com/${GIT_USER}/remote-config.git
username: ${GIT_USER}
password: ${GIT_TOKEN}
uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@${GIT_USER}/${GIT_REPO}/remote-config.git
default-label: main
profiles:
active: native