Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee authored Oct 26, 2024
1 parent 9021f02 commit 1d5f90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MONGODB_URI =
# you can find token under inspect -> application -> cookies -> https://www.animetrix.xyz
# create one using openssl rand -base64 32
JWT_TOKEN =
# gemini api key
NEXT_PUBLIC_GEMINI_API_KEY =
Expand All @@ -12,4 +12,4 @@ NEXT_PUBLIC_EMAIL =
# since this project utilises nodemailer use app password found inside google account
NEXT_PUBLIC_EMAIL_PASSWORD =
# use website public domain in production or localhost in dev
NEXT_PUBLIC_DOMAIN = http:/localhost:3000
NEXT_PUBLIC_DOMAIN = http:/localhost:3000

0 comments on commit 1d5f90f

Please sign in to comment.