diff --git a/conf/application.conf b/conf/application.conf index 9eccf4a..f623288 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -438,7 +438,7 @@ gitpitch { name = "GitLab" type = "gitlab" site = "https://gitlab.com/" - apibase = "https://gitlab.com/api/v3/" + apibase = "https://gitlab.com/api/v4/" // apitoken = "your-gitlab-access-token-here" apitokenheader = "PRIVATE-TOKEN" rawbase = "https://gitlab.com/" @@ -480,7 +480,7 @@ gitpitch { name = "GitBucket" type = "gitbucket" site = "http://localhost:8080/" - apibase = "http://localhost:8080/api/v3/" + apibase = "http://localhost:8080/api/v4/" // apitoken = "token your-gitbucket-access-token-here" apitokenheader = "Authorization" rawbase = "http://localhost:8080/"