diff --git a/.env b/.env deleted file mode 100644 index d2fb8ce..0000000 --- a/.env +++ /dev/null @@ -1,8 +0,0 @@ -# Backend -DEBUG=0 -MAX_UPLOAD_SIZE_MB=500 -TEMP_DIR=/tmp/audio_splitter_web -CLEANUP_AFTER_SECONDS=3600 - -# Frontend (development) -VITE_BACKEND_URL=http://localhost:8000