-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 741 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Supabase Configuration
SUPABASE_URL=your-project-url.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
DATABASE_URL=postgresql://postgres.[your-project-ref]:[your-password]@aws-0-[region].pooler.supabase.com:6543/postgres?sslmode=require
# Or use individual components (alternative to DATABASE_URL)
SUPABASE_DB_HOST=aws-0-[region].pooler.supabase.com
SUPABASE_DB_PORT=6543
SUPABASE_DB_NAME=postgres
SUPABASE_DB_USER=postgres.[your-project-ref]
SUPABASE_DB_PASSWORD=your-password
# Legacy config (for backward compatibility)
SECRET_KEY=your-secret-key-change-this-in-production
# Email settings (required for notifications)
EMAIL_FROM=admin@astridgloballtd.pro
EMAIL_FROM_NAME=Astrid Global Ltd