Compare commits
3 Commits
242f8bc707
...
024b7d299d
| Author | SHA1 | Date |
|---|---|---|
|
|
024b7d299d | |
|
|
8f0fa83b78 | |
|
|
0d51d39c5c |
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue