-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenv.txt
27 lines (23 loc) · 893 Bytes
/
env.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*=========================================*\
/*======= example .env.local file: ========*\
/*=========================================*\
/*===== Integrations with Mongodb & mongoose =====*\
NODE_ENV = development
DB_LOCAL_URI =
MONGODB__URI =
/*===== Integrations with Cloudinary for Images storage =====*\
CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
URL_DEFAULT_AVATAR_USER =
/*===== Integrations with Nodemailer =====*\
SMTP_HOST = smtp.mailtrap.io
SMTP_PORT = 2525
SMTP_USER =
SMTP_PASSWORD =
SMTP_FROM_EMAIL = Project
SMTP_FROM_NAME = [email protected]
/*===== Integrations with next-auth v4.x =====*\
NEXTAUTH_URL = http://localhost:3000/api/auth or https://project.com/api/auth
SECRET = Generate you GUID, format: Hyphens, from https://www.guidgenerator.com/
JWT_SECRET = Generate you GUID, format: Hyphens, from https://www.guidgenerator.com/