From c940dec7c8b7ae0086ea137a500db2b3bdd2de60 Mon Sep 17 00:00:00 2001 From: Eduardo Lopes <155753879+eduardolopesx03@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:34:08 -0300 Subject: [PATCH] Update development database connection --- appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appsettings.Development.json b/appsettings.Development.json index 1dedf75..0bc8a6a 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=CHANGE_ME" + "Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=255851Ed@" }, "Jwt": { "Key": "dev-only-please-replace-with-env-variable-in-production",