Skip to content

Commit

Permalink
chore: docs missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Nov 4, 2024
1 parent 3e51716 commit 1cfcb86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
| `OIDC_PROVIDER_ISSUER_URL` | OIDC issuer to request access tokens from | |
| `OIDC_PROVIDER_REFRESH_BEFORE` | Duration an access token must still be valid before requesting a new one | `30s` |
| `OIDC_PROVIDER_TLS_INSECURE` | Insecure TLS when contacting the OIDC issuer | `false` |
| `OPENAI_API_KEY` | OpenAI access key | |
| `OPENAI_API_BASE` | To set the base URL path for API requests | `https://api.openapi.com/v1` |
| `OPENAI_MODEL` | OpenAI model | `gpt-4o` |
| `TRUSTD_DB_HOST` | Database address | `localhost` |
| `TRUSTD_DB_MAX_CONN` | Database max connections | `75` |
| `TRUSTD_DB_MIN_CONN` | Database min connections | `25` |
Expand Down

0 comments on commit 1cfcb86

Please sign in to comment.