1
0
Fork 0
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:
ericgaspar 2021-11-26 16:20:10 +01:00
parent 2a06126df0
commit 8fc715fbf4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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 =