1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

set default security email to certs@appwrite.io

This commit is contained in:
Torsten Dittmann 2021-03-08 11:55:33 +01:00
parent 0f74cacd23
commit 023b662b10

View file

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