diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d9f430f..4ea0425 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -17,7 +17,7 @@ spring: native: search-locations: classpath:/configurations git: - uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@${GIT_USER}/${GIT_REPO}/remote-config.git + uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@github.com/${GIT_USER}/${GIT_REPO}.git default-label: main profiles: active: native