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