Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvarajucet authored Feb 25, 2023
1 parent 1255e7d commit 8186987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JWT_SECRET_KEY = "deff1952d59f883ece260e8683fed21ab0ad9a53323eca4f"
JWT_SECRET_KEY = ""
JWT_ALGORITHM = "HS256"
ADMIN_EMAIL = "[email protected]"
ADMIN_PASSWORD = "axlxquvgiwnvjemp"
ADMIN_EMAIL = ""
ADMIN_PASSWORD = ""
FRONTEND_ROOT_URL = "http://127.0.0.1:5500"
FROGET_PASSWORD_ENDPOINT = "/views/forgetpassword.html"
USER_VERIFICATION_ENDPOINT = "/views/verifyuser.html"
USER_VERIFICATION_ENDPOINT = "/views/verifyuser.html"

0 comments on commit 8186987

Please sign in to comment.