-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 552 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Server Configuration
NODE_ENV=development
PORT=3000
BASE_URL=/api
# Logging
LOG_LEVEL=info
# Rate Limiting
RATE_LIMIT_MAX=100
RATE_LIMIT_TIME_WINDOW=60000
# CORS Configuration (comma-separated list of allowed origins)
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001
# Database Configuration
# PostgreSQL (uncomment if using PostgreSQL)
# DATABASE_URL_POSTGRESQL=postgresql://user:password@localhost:5432/dbname?schema=public
# MongoDB (uncomment if using MongoDB)
# DATABASE_URL_MONGODB=mongodb://user:password@localhost:27017/dbname