Add backend environment variables example

This commit is contained in:
2026-03-07 22:41:57 -06:00
parent 990f6ae372
commit b26902c22d

9
backend/.env.example Normal file
View 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