-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 1.03 KB
/
Copy path.env.example
File metadata and controls
31 lines (24 loc) · 1.03 KB
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
28
29
30
31
# Set to "production" to enable secure cookies, proxy trust, Google Analytics,
# and the production Cloudinary folder. Any other value loads this file via dotenv.
NODE_ENV=development
# HTTP port. Defaults to 4000 if unset.
PORT=4000
# Signing secret for express-session. Use a long random string.
SESSION_SECRET=
# MongoDB connection string. Only read when NODE_ENV=production.
# Outside production the app connects to mongodb://127.0.0.1:27017/BookSellingApp
MONGODB_URL=
# Cloudinary. Stores book covers, user avatars, and payment receipts.
# CLOUDINARY_CLOUD_NAME is also interpolated into the CSP img-src directive.
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
# SMTP (Hostinger, smtp.hostinger.com:465). Automated mail: OTPs, password resets.
HOSTINGER_NOREPLY_EMAIL=
HOSTINGER_NOREPLY_PASSWORD=
# Google Analytics measurement ID (e.g. G-XXXXXXXXXX).
# Analytics only render when NODE_ENV=production AND this is set.
GA_MEASUREMENT_ID=
# SMTP. Contact and welcome mail.
HOSTINGER_INFO_EMAIL=
HOSTINGER_INFO_PASSWORD=