diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..8271a4e --- /dev/null +++ b/backend/.env.example @@ -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 \ No newline at end of file