Skip to content

Commit

Permalink
Correct GitBucket apibase config. (gitpitch#130)
Browse files Browse the repository at this point in the history
Refs commit: f249ddf
  • Loading branch information
tanacasino authored and gitpitch committed Nov 15, 2017
1 parent 463198f commit 547f1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ gitpitch {
name = "GitBucket"
type = "gitbucket"
site = "http://localhost:8080/"
apibase = "http://localhost:8080/api/v4/"
apibase = "http://localhost:8080/api/v3/"
// apitoken = "token your-gitbucket-access-token-here"
apitokenheader = "Authorization"
rawbase = "http://localhost:8080/"
Expand Down

0 comments on commit 547f1b8

Please sign in to comment.