diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index bfc3b10d..752e2677 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -140,7 +140,7 @@ Configure OpenSearch database authentication. | `OPENSEARCH_HOST` | `localhost` | OpenSearch instance host. | | `OPENSEARCH_PORT` | `9200` | OpenSearch instance port. | | `OPENSEARCH_USERNAME` | `admin` | OpenSearch administrator username. | -| `OPENSEARCH_PASSWORD` | Must be set at start up | Required. OpenSearch administrator password. Must adhere to the [OpenSearch password complexity requirements](https://docs.opensearch.org/latest/security/configuration/demo-configuration/#setting-up-a-custom-admin-password). You must set this directly in the `.env` or in the TUI's [**Basic/Advanced Setup**(/install#setup)]. | +| `OPENSEARCH_PASSWORD` | Must be set at start up | Required. OpenSearch administrator password. Must adhere to the [OpenSearch password complexity requirements](https://docs.opensearch.org/latest/security/configuration/demo-configuration/#setting-up-a-custom-admin-password). You must set this directly in the `.env` or in the TUI's [**Basic/Advanced Setup**](/install#setup). | ### System settings