Enhance params and envs

This commit is contained in:
thibaud-leclere
2026-01-15 13:16:09 +01:00
parent b38ef63395
commit be171b45b4
5 changed files with 18 additions and 28 deletions

9
config/parameters.yml Normal file
View File

@@ -0,0 +1,9 @@
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"