From e68a5ec1ecab360a72e5d58be955b893ce7c1c9c Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 21 May 2025 21:23:40 -0400 Subject: [PATCH] fix forgejo domain --- themes/gallo/static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 290dcb5..2a8e9f8 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -4,8 +4,8 @@ backend: repo: mycosystems/gallowelds.com branch: main app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 - api_root: https://git.fung.uy/api/v1 - base_url: https://git.fung.uy + api_root: https://fung.uy/api/v1 + base_url: https://fung.uy disable_local_backup: true public_folder: "/media"