docs(proxy/enterprise.md): cleanup docs

This commit is contained in:
Krrish Dholakia 2024-07-06 18:47:20 -07:00
parent 992f0df0ed
commit cd99c5c9d3

View file

@ -1120,12 +1120,14 @@ This is a beta feature, and subject to changes.
USE_AWS_KMS="True"
```
**Step 2.** Add `aws_kms/` to encrypted keys in env
**Step 2.** Add `LITELLM_SECRET_AWS_KMS_` to encrypted keys in env
```env
DATABASE_URL="aws_kms/AQICAH.."
LITELLM_SECRET_AWS_KMS_DATABASE_URL="AQICAH.."
```
LiteLLM will find this and use the decrypted `DATABASE_URL="postgres://.."` value in runtime.
**Step 3.** Start proxy
```