Updated default config props for Gitea and Gogs.

This commit is contained in:
David Russell 2017-05-16 17:07:19 +07:00
parent 47475a804f
commit e448738d1e

View File

@ -454,7 +454,7 @@ gitpitch {
{
name = "Gitea"
type = "gitea"
site = "https://gitea.io"
site = "https://localhost:3000/"
apibase = "http://localhost:3000/api/v1/"
apibase = "https://try.gitea.io/api/v1/"
// apitoken = "token your-gitea-app-token-here"
@ -465,7 +465,7 @@ gitpitch {
{
name = "Gogs"
type = "gogs"
site = "https://gogs.io"
site = "https://localhost:3000/"
apibase = "http://localhost:3000/api/v1/"
apitoken = "token your-gitea-app-token-here"
apitokenheader = "Authorization"