mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update app.ini
This commit is contained in:
parent
2a06126df0
commit
8fc715fbf4
1 changed files with 1 additions and 5 deletions
|
@ -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" <email@example.com>` format.
|
||||
FROM = "Gogs" <gogs-noreply@__DOMAIN__>
|
||||
; The login user.
|
||||
USER =
|
||||
USER = "Gogs" <gogs-noreply@__DOMAIN__>
|
||||
; The login password.
|
||||
PASSWORD =
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue