add APP_TORRENT_WANTED_FTP_FOLDER setting #27

This commit is contained in:
ghost 2023-10-23 23:37:15 +03:00
parent 78a7134ced
commit 5f4a14ebe2
3 changed files with 18 additions and 8 deletions

View file

@ -19,6 +19,7 @@ parameters:
app.yggdrasil: '%env(APP_YGGDRASIL)%'
app.torrent.size.max: '%env(APP_TORRENT_FILE_SIZE_MAX)%'
app.torrent.wanted.ftp.enabled: '%env(APP_TORRENT_WANTED_FTP_ENABLED)%'
app.torrent.wanted.ftp.folder: '%env(APP_TORRENT_WANTED_FTP_FOLDER)%'
app.torrent.wanted.ftp.approved: '%env(APP_TORRENT_WANTED_FTP_APPROVED_ONLY)%'
services: