fix: displays warning if reald debrid or tmdb keys are missing

This commit is contained in:
2025-07-07 00:14:22 -05:00
parent 8fa06d4462
commit 5c5fa8fde2
7 changed files with 84 additions and 17 deletions

View File

@@ -4,6 +4,15 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
# App
app.url: '%env(APP_URL)%'
# Debrid Services
app.debrid.real_debrid.key: '%env(REAL_DEBRID_KEY)%'
# TMDB Key
app.meta_provider.tmdb.key: '%env(TMDB_API)%'
# Media
media.base_path: '/var/download'
media.default_movies_dir: movies