mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-03-03 02:17:01 +00:00
- Add TempDir field to Config struct to read TEMP_DIR env var - Update NewUnifiedTranscriptionService to accept tempDir and outputDir parameters - Remove hardcoded "data/temp" and "data/transcripts" paths from unified service - Update NewUnifiedJobProcessor to pass directory paths from config - Update main.go to use cfg.TempDir and cfg.TranscriptsDir - Update all test files to use new function signatures - Fix database.go to use directory from DATABASE_PATH instead of hardcoded "data/"