1
0
Fork 0
mirror of synced 2024-06-17 18:24:51 +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',
'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' => '',
],
[