-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
82 lines (55 loc) · 1.65 KB
/
example.env
File metadata and controls
82 lines (55 loc) · 1.65 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# =======================
# ✅ MongoDB Atlas Config
# =======================
# MongoDB connection string (Example 2)
atlasurl =
PORT= 5555
# ===================
# ✅ JWT/Session Key
# ===================
# Secret key for signing JWT tokens or session data
SECRET =
# ==========================
# ✅ Cloudinary Image Upload
# ==========================
# Cloudinary account credentials (active)
CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
# =======================
# ✅ Client Config
# =======================
# Base URL of your Flutter frontend (for CORS, redirects, etc.)
CLIENT_URL =
# Maximum number of videos user can upload/stream
videoLimit = 100
# =======================
# ✅ Data Encryption
# =======================
# Symmetric key used for encrypting/decrypting sensitive data
ENCRYPTION_KEY =
# ========================
# ✅ Stripe Payment Config
# ========================
# Your secret Stripe API key for creating payments
stripeSecretKey =
# Webhook secret for verifying incoming Stripe events
STRIPE_WEBHOOK_SECRET =
# =======================
# ✅ Email/SMTP Settings
# =======================
# SMTP server address (e.g. Gmail)
SMTP_HOST = smtp.gmail.com
# SMTP secure port (Gmail uses 465 for SSL)
SMTP_PORT = 465
# Email address used to send app emails (e.g., verification, reset)
smtp_mail = srabonray.dev@gmail.com
# App-specific password (generated from Gmail, not your Gmail password)
SMTP_PASSWORD =
# Email service provider
SMTP_SERVICE = gmail
# ========================
# ✅ General App Settings
# ========================
# Name of your application (for logs, emails, etc.)
SERVICE_NAME =