mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Merge pull request #959 from TorstenDittmann/fix-security-email
fix-security-email
This commit is contained in:
commit
cb6ddfea7e
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ return [
|
|||
'name' => '_APP_SYSTEM_SECURITY_EMAIL_ADDRESS',
|
||||
'description' => 'This is the email address used to issue SSL certificates for custom domains or the user agent in your webhooks payload.',
|
||||
'introduction' => '0.7.0',
|
||||
'default' => '',
|
||||
'required' => true,
|
||||
'default' => 'certs@appwrite.io',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue