feat: configurable paths to executables

This commit is contained in:
Björn Fromme
2025-03-04 14:27:59 +01:00
parent eccd973807
commit a52a50834e
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -141,8 +141,8 @@ services:
App\Service\Pdf\Sanitizer:
arguments:
$binGs: '/usr/bin/gs'
$binConvert: '/usr/bin/convert'
$binGs: '%env(BIN_GS)%'
$binConvert: '%env(BIN_CONVERT)%'
App\EventListener\UploadSessionListener:
tags: