From 31dc1e0639ce11a93e42c8f2e409382f7623600e Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Fri, 24 Oct 2025 12:20:27 +0200 Subject: [PATCH] fix/ postgres env name --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 231a8bc..72d5f7e 100644 --- a/env.example +++ b/env.example @@ -1,5 +1,5 @@ # Database -POSTGRES_URL=postgresql://dev_user:dev_password@localhost:5432/agentic_coding_dev +POSTGRES_URL=postgresql://dev_user:dev_password@localhost:5432/postgres_dev # Authentication - Better Auth # Generate key using https://www.better-auth.com/docs/installation