From 0077961ddd6a876084be821263ddecf54b96b708 Mon Sep 17 00:00:00 2001 From: Keshav Saini <54654432+keshavsaini2607@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:51:39 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62018ae6..c5010abf 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Note: Many improvements were done after recording this video. MYSQL_USER="user" MYSQL_PASSWORD="password" MYSQL_DATABASE="db" - MAIL="your-email-for-sending email-verification-link" - MAIL_PASSWORD="password-for-email" + EMAIL="your-email-for-sending email-verification-link" + EMAIL_PASSWORD="password-for-email" GOOGLE_GEOLOCATION_KEY='google-geolocation-key' ADMIN_PASSWORD='password-for-admin' ```