ltbxd-actorle/config/parameters.yml

12 lines
404 B
YAML
Raw Normal View History

2026-01-15 12:16:09 +00:00
parameters:
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"