latest config-service setting
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user