From 04e05354e34677e976988669cfa27c91eb9a3f5b Mon Sep 17 00:00:00 2001 From: carolynbarker <8038496+carolynbarker@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:40:28 +0000 Subject: [PATCH] add db_host variable to example env file (#2946) Co-authored-by: Carolyn --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 329016da2..600ec8f83 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,6 @@ DB_USERNAME=postgres-user DB_PASSWORD=postgres-password +DB_HOST=localhost GOVUK_NOTIFY_API_KEY= OTP_SECRET_ENCRYPTION_KEY=""