feat(settings/base.py): add GITEA_URL config

This commit is contained in:
2026-03-19 15:26:58 +01:00
parent 0356374870
commit 71d4580a82

View File

@@ -274,3 +274,6 @@ WAGTAILDOCS_EXTENSIONS = [
] ]
TAILWIND_APP_NAME = "theme" TAILWIND_APP_NAME = "theme"
# Gitea API
GITEA_URL = "http://localhost:3000/api/v1"