From c4ba41126024e9d0236d1dabdb8a940fb818f8c3 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Thu, 5 Jun 2025 11:27:32 -0400 Subject: [PATCH] Update .env.example POSTGRES_USER=postgres --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9f06359..6112a08 100644 --- a/.env.example +++ b/.env.example @@ -105,7 +105,7 @@ POSTGRES_HOST=db POSTGRES_DB=postgres POSTGRES_PORT=5432 # default user is postgres - +POSTGRES_USER=postgres ############ # Supavisor -- Database pooler and others that can be left as default values