Files
pnger/backend/.env.example

9 lines
164 B
Plaintext

# Server Configuration
PORT=3000
NODE_ENV=development
# File Upload Settings
MAX_FILE_SIZE=10
# CORS Settings (development only)
CORS_ORIGIN=http://localhost:5173