.env.example is committed to the repo from now on. .env is used as a development file and ignored
This commit is contained in:
@@ -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
|
||||||
@@ -7,3 +7,4 @@ test_data/
|
|||||||
venv/
|
venv/
|
||||||
web/frontend/node_modules
|
web/frontend/node_modules
|
||||||
TODO.md
|
TODO.md
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user