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 96a975f6bb - Show all commits

View File

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