diff --git a/.env.example b/.env.example index 0d615dd..28d537e 100644 --- a/.env.example +++ b/.env.example @@ -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 = @@ -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 \ No newline at end of file +NEXT_PUBLIC_DOMAIN = http:/localhost:3000