From b33126b1328d9bdace84f616661b91a0e032b08a Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 6 Dec 2024 13:19:38 -0600 Subject: [PATCH] tweak to bump --- website/docs/developer-docs/setup/full-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer-docs/setup/full-dev-environment.md b/website/docs/developer-docs/setup/full-dev-environment.md index 3279096def..3eed705bd8 100644 --- a/website/docs/developer-docs/setup/full-dev-environment.md +++ b/website/docs/developer-docs/setup/full-dev-environment.md @@ -21,7 +21,7 @@ If you use locally installed databases, the PostgreSQL credentials given to auth ::: :::warning -If you are running a development environment and you have read replicas configured in your `local.env.yaml` file, you might encounter problems logging back in. This is because dev environments do not have read replica databases, but the `local.env.yaml` file is configured to call them. If you cannot log in, edit your local `local.env.yaml` file to remove the `postgresql.read_replicas` entry. +If you are running a development environment and you have read replicas configured in your `local.env.yaml` file, you might encounter problems logging back in. This is because dev environments do not have read replica databases, but the `local.env.yaml` file is configured to call them. If you cannot log in edit your local `local.env.yaml` file to remove the `postgresql.read_replicas` entry. ::: ## Backend Setup