-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 991 Bytes
/
.env.example
File metadata and controls
33 lines (27 loc) · 991 Bytes
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
# ─── Environment ─────────────────
ENVIRONMENT=development
SECRET_KEY=your-secret-key-here
DEBUG=True
# ─── Database (MySQL for dev) ────
DB_NAME=befa
DB_USER=root
DB_PASS=password
DB_HOST=localhost
DB_PORT=3306
# ─── Database (Postgres for prod) ─
# DB_NAME=befa
# DB_USER=neon_user
# DB_PASS=neon_password
# DB_HOST=ep-xxx.region.aws.neon.tech
# DB_PORT=5432
# ─── Cloudinary ──────────────────
CLOUD_NAME=your_cloud_name
API_KEY=your_api_key
API_SECRET=your_api_secret
# ─── Hosts ───────────────────────
ALLOWED_HOSTS=127.0.0.1,localhost
CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000
# ─── Redis (prod only) ──────────
# REDIS_URL=redis://default:xxx@redis-host:6379
# ─── WhatsApp ────────────────────
WHATSAPP_NUMBER=2348012345678