From e448738d1eefabbfe84c256674c71d31c2464303 Mon Sep 17 00:00:00 2001 From: David Russell Date: Tue, 16 May 2017 17:07:19 +0700 Subject: [PATCH] Updated default config props for Gitea and Gogs. --- conf/application.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"