Update development database connection

This commit is contained in:
Eduardo Lopes 2026-02-09 20:34:08 -03:00
parent b924397f52
commit c940dec7c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "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": { "Jwt": {
"Key": "dev-only-please-replace-with-env-variable-in-production", "Key": "dev-only-please-replace-with-env-variable-in-production",