mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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',
|
'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.',
|
'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',
|
'introduction' => '0.7.0',
|
||||||
'default' => '',
|
'default' => 'certs@appwrite.io',
|
||||||
'required' => true,
|
'required' => false,
|
||||||
'question' => '',
|
'question' => '',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue