WIP: Submit transcoding jobs via a HTTP API #6

Draft
ansv7779 wants to merge 22 commits from api-submission into master
Showing only changes of commit 5f34aad32c - Show all commits

View File

@ -16,5 +16,5 @@ spring.mvc.problemdetails.enabled=true
# Disable logging of resolved exceptions or every ErrorResponseException (ProblemDetails)
# that is correctly handled will be logged as a warning
spring.mvc.log-resolved-exception=false
whisper.frontend.transcription-files-directory=${java.io.tmpdir}
whisper.frontend.jobs-directory=${java.io.tmpdir}
whisper.frontend.transcription-files-directory=${java.io.tmpdir}/whisper/transcriptions
whisper.frontend.jobs-directory=${java.io.tmpdir}/whisper/jobs