Ci cd merge request #2

Merged
max merged 12 commits from ci-cd into main 2026-08-05 08:57:47 +04:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit e0490c5f41 - Show all commits
+8
View File
@@ -0,0 +1,8 @@
# 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
+1
View File
@@ -7,3 +7,4 @@ test_data/
venv/ venv/
web/frontend/node_modules web/frontend/node_modules
TODO.md TODO.md
.env