feat(settings/base.py): add GITEA_URL config
This commit is contained in:
@@ -274,3 +274,6 @@ WAGTAILDOCS_EXTENSIONS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
TAILWIND_APP_NAME = "theme"
|
TAILWIND_APP_NAME = "theme"
|
||||||
|
|
||||||
|
# Gitea API
|
||||||
|
GITEA_URL = "http://localhost:3000/api/v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user