pull/85/head
Rodolfo Berrios 2021-06-03 10:19:10 -04:00
parent 96e8746924
commit de060391c6
No known key found for this signature in database
GPG Key ID: A5329E17FAA2FA7A
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
{
}

View File

@ -67,9 +67,9 @@ try {
'crypt_salt' => G\random_string(8),
'default_language' => 'en',
'default_timezone' => 'America/Santiago',
'email_from_email' => '', // no-reply@chevereto.com
'email_from_email' => '',
'email_from_name' => 'Chevereto',
'email_incoming_email' => '', // inbox@chevereto.com
'email_incoming_email' => '',
'email_mode' => 'mail',
'email_smtp_server' => null,
'email_smtp_server_password' => null,