From 43f74387d18a7cc47c3c1aa33d9e38e810a5ede9 Mon Sep 17 00:00:00 2001 From: Carolyn Date: Thu, 13 Feb 2025 19:58:08 +0000 Subject: [PATCH] add db_host variable to example env file --- .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=""