WIP: Submit transcoding jobs via a HTTP API #6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user