diff --git a/host_vars/jp-xhttp-contabo.svc.plus/litellm.yml b/host_vars/jp-xhttp-contabo.svc.plus/litellm.yml index 7c874f9..9ca3552 100644 --- a/host_vars/jp-xhttp-contabo.svc.plus/litellm.yml +++ b/host_vars/jp-xhttp-contabo.svc.plus/litellm.yml @@ -1,8 +1,9 @@ --- # LiteLLM Admin UI Credentials # Caddy basicauth: username + password (LITELLM_MASTER_KEY) -litellm_master_key: "" +litellm_master_key: "sk-master-admin-12345" litellm_basic_auth_username: admin +litellm_basic_auth_password_hash: "$2a$14$DtnTj70zpt0hiWkgyH2pNudN3D9uLLXjJsS.UJWXVy0mB567WEAs." # Database Configuration litellm_database_host: "127.0.0.1"