9 lines
164 B
Plaintext
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 |