From 1e0d78f67b14ab1e608e284417760bc5b4f0f82b Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Fri, 24 Dec 2021 10:03:31 +0100 Subject: [PATCH] Changing README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44e2f5b..a8897b3 100644 --- a/README.md +++ b/README.md @@ -59,18 +59,21 @@ It comes with a very straightforward dashboard written in PHP. This is **optiona * APP_DEBUG=false * APP_URL=http://localhost * APP_TIMEZONE=UTC +* DB_TIMEZONE="+1:00" * DB_CONNECTION=mysql * DB_HOST=127.0.0.1 * DB_PORT=3306 * DB_DATABASE=homestead * DB_USERNAME=homestead * DB_PASSWORD=secret -* SMTP_HOST=localhost -* DMTP_USER= -* SMTP_PASSWORD= -* SMTP_PORT=25 -* SMTP_SSL=1 -* MAIL_FROM=axel@monitolite.fr +* MAIL_MAILER=smtp +* MAIL_HOST=localhost +* MAIL_PORT=25 +* MAIL_USERNAME= +* MAIL_PASSWORD= +* MAIL_ENCRYPTION= +* MAIL_FROM_ADDRESS=noreply@monitolite.fr +* MAIL_FROM_NAME="Monitolite" * NB_TRIES=3 * ARCHIVE_DAYS=10