2026-01-15 12:16:09 +00:00
|
|
|
parameters:
|
|
|
|
|
postgres_version: "16"
|
|
|
|
|
postgres_host: "127.0.0.1"
|
|
|
|
|
postgres_port: "5432"
|
|
|
|
|
postgres_db: "app"
|
|
|
|
|
postgres_user: "app"
|
|
|
|
|
postgres_password: "pwd"
|
|
|
|
|
|
|
|
|
|
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"
|