12 lines
404 B
YAML
12 lines
404 B
YAML
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)%"
|
|
|
|
tmdb_host: "https://api.themoviedb.org/3"
|
|
|
|
ltbxd_watched_file: "%kernel.project_dir%/public/files/ltbxd/watched.csv"
|