2023-07-12 09:47:08 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-04-22 11:00:24 +02:00
|
|
|
Rails.application.configure do
|
|
|
|
config.x.ffmpeg_binary = ENV['FFMPEG_BINARY'] || 'ffmpeg'
|
|
|
|
config.x.ffprobe_binary = ENV['FFPROBE_BINARY'] || 'ffprobe'
|
2018-10-09 03:02:52 +02:00
|
|
|
end
|