From de060391c64f79a13972789f2dfc6bd5798c082a Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Thu, 3 Jun 2021 10:19:10 -0400 Subject: [PATCH] typos --- .vscode/settings.json | 2 -- app/install/installer.php | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json 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,