mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Updated default config props for Gitea and Gogs.
This commit is contained in:
parent
47475a804f
commit
e448738d1e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user