From e93ce03f92218239f8c7b67d010bafaa0db4a2e0 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:42:21 -0800 Subject: [PATCH] fix typo --- docs/docs/reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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