Separating audio uploads from extracted audio
All checks were successful
Build and Push / build (push) Successful in 13m7s
All checks were successful
Build and Push / build (push) Successful in 13m7s
This commit is contained in:
@@ -8,7 +8,7 @@ from pathlib import Path
|
||||
|
||||
# Deploy-time config (env vars) - where things live on disk inside the container.
|
||||
DATA_DIR = Path(os.environ.get("APP_DATA_DIR", "/data"))
|
||||
UPLOAD_DIR = DATA_DIR / "audio"
|
||||
UPLOAD_DIR = DATA_DIR / "uploads"
|
||||
AUDIO_DIR = DATA_DIR / "audio"
|
||||
TRANSCRIPT_DIR = DATA_DIR / "transcriptions"
|
||||
NOTES_DIR = DATA_DIR / "notes"
|
||||
|
||||
Reference in New Issue
Block a user