-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 1.03 KB
/
.env.example
File metadata and controls
42 lines (33 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
32
33
34
35
36
37
38
39
40
41
42
# Database
DATABASE_URL="postgresql://username:password@localhost:5432/panel1_dev"
# API Configuration
API_PORT=3001
API_HOST=localhost
NODE_ENV=development
# Authentication
JWT_SECRET="your-super-secret-jwt-key-change-this-in-production"
JWT_EXPIRES_IN="7d"
# Frontend
VITE_API_URL="http://localhost:3001"
# Demo Mode (Development Only)
VITE_DEMO_MODE=true
VITE_DEMO_USER_ROLE=ADMIN
# Email (Optional)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM="noreply@panel1.dev"
# Payment Gateways
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# Redis (Optional - for caching and sessions)
REDIS_URL="redis://localhost:6379"
# File Storage (Optional)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
AWS_S3_BUCKET=panel1-uploads
#supabase
VITE_SUPABASE_URL=https://foxlzhkaqcenzudxwrpi.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZveGx6aGthcWNlbnp1ZHh3cnBpIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTA0MTQwNzMsImV4cCI6MjA2NTk5MDA3M30.91AUh9kgJwQSo7xZYwZFQyAAI-hUCbU7HzHPZ1UZN2c