Files
pnger/backend/.env.example
T

9 lines
164 B
Bash
Raw Normal View History

2026-03-07 22:41:57 -06:00
# Server Configuration
PORT=3000
NODE_ENV=development
# File Upload Settings
MAX_FILE_SIZE=10
# CORS Settings (development only)
CORS_ORIGIN=http://localhost:5173