From 8fc715fbf438412d33d53cc53a405e86c40e696b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Nov 2021 16:20:10 +0100 Subject: [PATCH] Update app.ini --- conf/app.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 128719d..c4bec87 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -134,10 +134,6 @@ FILE_MAX_SIZE = 3 ; The maximum number of files per upload. MAX_FILES = 5 -[repository.editor] -LINE_WRAP_EXTENSIONS = .txt,.md,.markdown,.mdown,.mkd -PREVIEWABLE_FILE_MODES = markdown - [database] ; The database backend, either "postgres", "mysql" "sqlite3" or "mssql". ; You can connect to TiDB with MySQL protocol. @@ -186,7 +182,7 @@ HOST = 127.0.0.1:25 ; The email from address (RFC 5322). This can be just an email address, or the `"Name" ` format. FROM = "Gogs" ; The login user. -USER = +USER = "Gogs" ; The login password. PASSWORD =