Remove unnecessary option from MAIL_ENABLE in Gitea template configuration
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
{
|
||||
"description": "Sending mail enable",
|
||||
"key": "MAIL_ENABLE",
|
||||
"value": "false,true",
|
||||
"value": "false",
|
||||
"info": "Enable sending email (for user registration, notifications, etc.)",
|
||||
"advanced": "true"
|
||||
},
|
||||
|
Reference in New Issue
Block a user