fix(litellm): pin stable DB password in host_vars to prevent random password drift between templates
This commit is contained in:
parent
9cde355688
commit
72763856d3
@ -7,4 +7,5 @@ litellm_database_host: "127.0.0.1"
|
||||
litellm_database_port: "15432"
|
||||
litellm_database_sslmode: "disable"
|
||||
litellm_database_name: "litellm"
|
||||
litellm_database_user: "litellm"
|
||||
litellm_database_user: "litellm"
|
||||
litellm_database_password: "LiteLLM_DB_Secur3_2026!"
|
||||
Loading…
Reference in New Issue
Block a user