-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Password validation Changed * Add Special Character support for password * Added Docs for Local Setup with folder structure * Updated Docs
- Loading branch information
1 parent
3f03aa8
commit 556992d
Showing
7 changed files
with
551 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SERVER_KEK=my_server_kek | ||
EMAIL_PASSWORD=my_email_password | ||
EMAIL=my_email | ||
MAIL_NAME=my_name | ||
SMTP_DOMAIN=smtp.gmail.com | ||
SMTP_PORT=587 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.