2026-01-15 12:16:09 +00:00
|
|
|
parameters:
|
2026-03-28 08:22:47 +00:00
|
|
|
postgres_version: "%env(POSTGRES_VERSION)%"
|
|
|
|
|
postgres_host: "%env(POSTGRES_HOST)%"
|
|
|
|
|
postgres_port: "%env(int:POSTGRES_PORT)%"
|
|
|
|
|
postgres_db: "%env(POSTGRES_DB)%"
|
|
|
|
|
postgres_user: "%env(POSTGRES_USER)%"
|
|
|
|
|
postgres_password: "%env(POSTGRES_PASSWORD)%"
|
2026-01-15 12:16:09 +00:00
|
|
|
|
|
|
|
|
tmdb_host: "https://api.themoviedb.org/3"
|
2026-01-19 22:22:04 +00:00
|
|
|
|
|
|
|
|
ltbxd_watched_file: "%kernel.project_dir%/public/files/ltbxd/watched.csv"
|