mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
docs: cleanup keys
This commit is contained in:
parent
ae3d8feb50
commit
d5a288e29e
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ To ensure only one service manages database migrations, use our [Helm PreSync ho
|
||||||
```yaml
|
```yaml
|
||||||
db:
|
db:
|
||||||
useExisting: true # use existing Postgres DB
|
useExisting: true # use existing Postgres DB
|
||||||
url: postgresql://ishaanjaffer0324:3rnwpOBau6hT@ep-withered-mud-a5dkdpke.us-east-2.aws.neon.tech/test-argo-cd?sslmode=require # url of existing Postgres DB
|
url: postgresql://ishaanjaffer0324:... # url of existing Postgres DB
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **LiteLLM Pods**:
|
2. **LiteLLM Pods**:
|
||||||
|
|
|
@ -70,7 +70,7 @@ class OpenTelemetryConfig:
|
||||||
endpoint=os.getenv("OTEL_ENDPOINT"),
|
endpoint=os.getenv("OTEL_ENDPOINT"),
|
||||||
headers=os.getenv(
|
headers=os.getenv(
|
||||||
"OTEL_HEADERS"
|
"OTEL_HEADERS"
|
||||||
), # example: OTEL_HEADERS=x-honeycomb-team=B85YgLm96VGdFisfJVme1H"
|
), # example: OTEL_HEADERS=x-honeycomb-team=B85YgLm96***"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue