fix: missing tmdb key

This commit is contained in:
2025-04-23 17:10:35 -05:00
parent a5c02464df
commit 27164a8680
2 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,7 @@
<token key="db_url" value="${DATABASE_URL}" />
<token key="download_dir" value="${DOWNLOAD_DIR}" />
<token key="rd_key" value="${REAL_DEBRID_KEY}" />
<token key="omdb_key" value="${OMDB_KEY}" />
<token key="tvdb_key" value="${TVDB_KEY}" />
<token key="tmdb_api" value="${TMDB_API}" />
<token key="mercure_url" value="${MERCURE_URL}" />
<token key="mercure_public_url" value="${MERCURE_PUBLIC_URL}" />
<token key="mercure_jwt_secret" value="${MERCURE_JWT_SECRET}" />