From eb27f3ae5ee239fac46f3d73187c96e672b06dfc Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 21:07:11 -0500 Subject: [PATCH] fix: correct migration configuration for local networks --- templates/app.ini.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/app.ini.tpl b/templates/app.ini.tpl index cffd4b2..440c2a9 100644 --- a/templates/app.ini.tpl +++ b/templates/app.ini.tpl @@ -47,7 +47,8 @@ DEFAULT_THEME = gitea-auto SHOW_USER_EMAIL = false [migrations] -ALLOW_LOCAL_NETWORKS = true +ALLOW_LOCALNETWORKS = true +SKIP_TLS_VERIFY = true [mailer] ENABLED = false