12 lines
299 B
YAML
12 lines
299 B
YAML
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"
|
|
|
|
ltbxd_watched_file: "%kernel.project_dir%/public/files/ltbxd/watched.csv"
|