-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 840 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 840 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
# Server Configuration
PORT=8080
ENV=development
# Frontend + CORS Configuration
FRONTEND_URL=http://localhost:5173
# Comma-separated list (leave empty to use FRONTEND_URL)
CORS_ORIGINS=http://localhost:5173
# Database Configuration
DATABASE_URL=postgres://username:password@localhost:5432/formify?sslmode=disable
# JWT Configuration
JWT_SECRET=your-super-secret-jwt-key-change-in-production
# Google OAuth Configuration
GOOGLE_CLIENT_ID=your-client-id
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_CALLBACK_URL=http://localhost:1323/api/auth/google/callback
SESSION_SECRET=your-session-secret
# Google Sheets Integration (Optional)
GOOGLE_SERVICE_ACCOUNT_KEY_PATH=/path/to/service-account-key.json
# Cloudinary Configuration
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret