Skip to content

Commit

Permalink
docs: Add missing server configuration env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Nov 7, 2024
1 parent ae8d2ba commit f076846
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions argilla/docs/reference/argilla-server/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ The following environment variables are useful only when PostgreSQL is used:

- `ARGILLA_ELASTICSEARCH_CA_PATH`: Path to CA cert for ES host. For example: `/full/path/to/root-ca.pem` (Optional)

- `ARGILLA_ES_RECORDS_INDEX_SHARDS`: This environment variable sets the default number of shards for the records index. (Default: `1`).

- `ARGILLA_ES_RECORDS_INDEX_REPLICAS`: This environment variable sets the default number of replicas for the records index. (Default: `0`).

### Redis

Redis is used by Argilla to store information about jobs to be processed on background. The following environment variables are useful to config how Argilla connects to Redis:
Expand Down

0 comments on commit f076846

Please sign in to comment.