diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/app/install/installer.php b/app/install/installer.php index 48ef270..8ded256 100644 --- a/app/install/installer.php +++ b/app/install/installer.php @@ -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,