Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit db08c72

Browse files
update : env.example
1 parent a4b7baf commit db08c72

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.env.example

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
NEXT_PUBLIC_MONGODB_URI =
2-
NEXT_PUBLIC_JWT_TOKEN =
1+
NEXT_PUBLIC_MONGODB_URI =
2+
NEXT_PUBLIC_JWT_TOKEN =
3+
# gemini api key
4+
NEXT_PUBLIC_GEMINI_API_KEY =
5+
# self host anime api url from https://github.com/consumet/api.consumet.org
6+
NEXT_PUBLIC_ANIME_API_URL =
37
NEXT_PUBLIC_EMAIL_SERVICE = gmail
48
# email address
5-
NEXT_PUBLIC_EMAIL =
9+
NEXT_PUBLIC_EMAIL =
610
# since this project utilises nodemailer use app password found inside google account
7-
NEXT_PUBLIC_EMAIL_PASSWORD =
11+
NEXT_PUBLIC_EMAIL_PASSWORD =
812
# use website public domain in production or localhost in dev
913
NEXT_PUBLIC_DOMAIN = http:/localhost:3000

0 commit comments

Comments
 (0)