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