10 lines
220 B
YAML
10 lines
220 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"
|