Enhance params and envs
This commit is contained in:
9
config/parameters.yml
Normal file
9
config/parameters.yml
Normal 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"
|
||||
Reference in New Issue
Block a user