Add backend environment variables example
This commit is contained in:
9
backend/.env.example
Normal file
9
backend/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Server Configuration
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
# File Upload Settings
|
||||
MAX_FILE_SIZE=10
|
||||
|
||||
# CORS Settings (development only)
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
Reference in New Issue
Block a user