diff --git a/conf/application.conf b/conf/application.conf index 76fdb17..54e436a 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -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"