diff --git a/docs/content/getting-started/setup-openfga/configuration.mdx b/docs/content/getting-started/setup-openfga/configuration.mdx
index eb8317051..42e8798ec 100644
--- a/docs/content/getting-started/setup-openfga/configuration.mdx
+++ b/docs/content/getting-started/setup-openfga/configuration.mdx
@@ -101,7 +101,7 @@ docker run docker.io/openfga/openfga:latest run \
## List of options
-The following table lists the configuration options for the OpenFGA server [v1.8.8](https://github.com/openfga/openfga/releases/tag/v1.8.8), based on the [config-schema.json](https://raw.githubusercontent.com/openfga/openfga/refs/tags/v1.8.8/.config-schema.json).
+The following table lists the configuration options for the OpenFGA server [v1.8.9](https://github.com/openfga/openfga/releases/tag/v1.8.9), based on the [config-schema.json](https://raw.githubusercontent.com/openfga/openfga/refs/tags/v1.8.9/.config-schema.json).
| Config File | Env Var | Flag Name | Type | Description | Default Value |
|-------------|---------|-----------|------|-------------|---------------|
@@ -124,7 +124,7 @@ The following table lists the configuration options for the OpenFGA server [v1.8
| `requestDurationDatastoreQueryCountBuckets` |
OPENFGA_REQUEST_DURATION_DATASTORE_QUERY_COUNT_BUCKETS
| `request-duration-datastore-query-count-buckets` | []integer | Datastore query count buckets used to label the histogram metric for measuring request duration. | `50,200` |
| `requestDurationDispatchCountBuckets` | OPENFGA_REQUEST_DURATION_DISPATCH_COUNT_BUCKETS
| `request-duration-dispatch-count-buckets` | []integer | Dispatch count buckets used to label the histogram metric for measuring request duration. | `50,200` |
| `contextPropagationToDatastore` | OPENFGA_CONTEXT_PROPAGATION_TO_DATASTORE
| `context-propagation-to-datastore` | boolean | Propagate a requests context to the datastore implementation. Settings this parameter can result in connection pool draining on request aborts and timeouts. | `false` |
-| `experimentals` | OPENFGA_EXPERIMENTALS
| `experimentals` | []string (enum=[`enable-check-optimizations`, `enable-access-control`]) | a list of experimental features to enable | `` |
+| `experimentals` | OPENFGA_EXPERIMENTALS
| `experimentals` | []string (enum=[`enable-check-optimizations`, `enable-list-objects-optimizations`, `enable-access-control`]) | a list of experimental features to enable | `` |
| `accessControl.enabled` | OPENFGA_ACCESS_CONTROL_ENABLED
| `access-control-enabled` | boolean | Enable/disable the access control store. | `false` |
| `accessControl.storeId` | OPENFGA_ACCESS_CONTROL_STORE_ID
| `access-control-store-id` | string | The storeId to be used for the access control store. | |
| `accessControl.modelId` | OPENFGA_ACCESS_CONTROL_MODEL_ID
| `access-control-model-id` | string | The modelId to be used for the access control store. | |
@@ -210,7 +210,7 @@ The following table lists the configuration options for the OpenFGA server [v1.8
title: 'Running OpenFGA in Production',
description: 'Learn the best practices of running OpenFGA in a production environment',
link: '../../best-practices/running-in-production',
- id: './best-practices/running-in-production',
+ id: './best-practices/running-in-production'
}
]}
/>
\ No newline at end of file