diff --git a/appsettings.Development.json b/appsettings.Development.json index 22d0f54..a370b68 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=1231234512Ed@" + "Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres" }, "Jwt": { "Key": "linegestao-local-jwt-key-2026-dev-strong-123456789", diff --git a/appsettings.Local.example.json b/appsettings.Local.example.json index 6405fe3..8cb4690 100644 --- a/appsettings.Local.example.json +++ b/appsettings.Local.example.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=1231234512Ed@" + "Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres" }, "Jwt": { "Key": "YOUR_LOCAL_STRONG_JWT_KEY_MIN_32_CHARS", diff --git a/appsettings.json b/appsettings.json index 2d9078c..608e9d4 100644 --- a/appsettings.json +++ b/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=1231234512Ed@" + "Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres" }, "Jwt": { "Key": "linegestao-local-jwt-key-2026-dev-strong-123456789",