Compare commits
No commits in common. "024b7d299d04ff048b58d876c99afcf08ba025fd" and "242f8bc7077abe4019c9a879a6ace43b655171af" have entirely different histories.
024b7d299d
...
242f8bc707
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres"
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=1231234512Ed@"
|
||||
},
|
||||
"Jwt": {
|
||||
"Key": "linegestao-local-jwt-key-2026-dev-strong-123456789",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres"
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=1231234512Ed@"
|
||||
},
|
||||
"Jwt": {
|
||||
"Key": "YOUR_LOCAL_STRONG_JWT_KEY_MIN_32_CHARS",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres"
|
||||
"Default": "Host=localhost;Port=5432;Database=linegestao;Username=linegestao_app;Password=1231234512Ed@"
|
||||
},
|
||||
"Jwt": {
|
||||
"Key": "linegestao-local-jwt-key-2026-dev-strong-123456789",
|
||||
|
|
|
|||
Loading…
Reference in New Issue