.env.example is committed to the repo from now on. .env is used as a development file and ignored

This commit is contained in:
2026-08-04 21:46:48 +05:00
parent b6deed78c8
commit e0490c5f41
2 changed files with 9 additions and 0 deletions
+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/
web/frontend/node_modules
TODO.md
.env