Merge pull request #959 from TorstenDittmann/fix-security-email

fix-security-email
This commit is contained in:
Eldad A. Fux 2021-03-08 17:44:56 +02:00 committed by GitHub
commit cb6ddfea7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' => '',
],
[