Skip to content

Commit 13190eb

Browse files
committed
default false in app.example.ini
1 parent b361ea7 commit 13190eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,8 +1705,8 @@ LEVEL = Info
17051705
;; convert \r\n to \n for Sendmail
17061706
;SENDMAIL_CONVERT_CRLF = true
17071707
;;
1708-
;; convert links of attached images to inline images
1709-
;BASE64_EMBED_IMAGES = true
1708+
;; convert links of attached images to inline images. Only for images hosted in this gitea instance.
1709+
;BASE64_EMBED_IMAGES = false
17101710

17111711
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17121712
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)