Cytrogen的代码仓库
登录
—
注册
~cytrogen
/
masto-fe
summary
tree
log
refs
ref:
4ea24537cf9c1fafd0edf79acd8cf666be662fbe
masto-fe
/
config
/
initializers
/ffmpeg.rb
-rw-r--r--
83 bytes
View
Log
View raw
Permalink
4ea24537
— dependabot[bot] Bump rubocop-performance from 1.17.1 to 1.18.0 (#25089)
2 years ago
1
2
3
if
ENV
[
'FFMPEG_BINARY'
].
present?
FFMPEG
.
ffmpeg_binary
=
ENV
[
'FFMPEG_BINARY'
]
end