From 3fb756bd12809c20d75b688c3b9c81e5775622bd Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 23 Jun 2022 20:58:51 +0530 Subject: [PATCH] feat: use local gitea instance for hostea support in dev --- dashboard/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/settings.py b/dashboard/settings.py index 7ac0b19..7dada47 100644 --- a/dashboard/settings.py +++ b/dashboard/settings.py @@ -175,7 +175,7 @@ HOSTEA = { "SUDO_TTL": 60 * 5, }, "META": { - "GITEA_INSTANCE": "https://gitea.hostea.org", # meta Gitea insatnce + "GITEA_INSTANCE": "http://localhost:3000", # meta Gitea insatnce "GITEA_ORG_NAME": "Hostea", # Organisation name on Hostea meta instance # Repository dedicated for handling support # ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17