mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement FTP storage for wanted feature #27
This commit is contained in:
parent
c70205e204
commit
8190fc1914
4 changed files with 296 additions and 88 deletions
|
|
@ -18,6 +18,8 @@ parameters:
|
|||
app.approved: '%env(APP_APPROVED)%'
|
||||
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.approved: '%env(APP_TORRENT_WANTED_FTP_APPROVED_ONLY)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue