From 13190ebb9f4a7bf89e33abfdbbdb95f9977d55a8 Mon Sep 17 00:00:00 2001 From: Felix Sommer Date: Tue, 1 Oct 2024 12:44:31 +0200 Subject: [PATCH] default false in app.example.ini --- custom/conf/app.example.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 1d490e291f..a7218a082c 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1705,8 +1705,8 @@ LEVEL = Info ;; convert \r\n to \n for Sendmail ;SENDMAIL_CONVERT_CRLF = true ;; -;; convert links of attached images to inline images -;BASE64_EMBED_IMAGES = true +;; convert links of attached images to inline images. Only for images hosted in this gitea instance. +;BASE64_EMBED_IMAGES = false ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;