Compare commits

...

3 Commits

Author SHA1 Message Date
Eduardo 024b7d299d Merge branch 'dev' into adicao-linhas-lote 2026-02-27 16:58:41 -03:00
Leon Nascimento Moreira 8f0fa83b78
Merge pull request #25 from eduardolopesx03/line-gestao-clientUsers
feat: criação da gestão de usuários por tenant
2026-02-26 17:22:39 -03:00
Leon 0d51d39c5c feat: criação da gestão de usuários por tenant 2026-02-26 17:11:44 -03:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "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": { "Jwt": {
"Key": "linegestao-local-jwt-key-2026-dev-strong-123456789", "Key": "linegestao-local-jwt-key-2026-dev-strong-123456789",

View File

@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "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": { "Jwt": {
"Key": "YOUR_LOCAL_STRONG_JWT_KEY_MIN_32_CHARS", "Key": "YOUR_LOCAL_STRONG_JWT_KEY_MIN_32_CHARS",

View File

@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "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": { "Jwt": {
"Key": "linegestao-local-jwt-key-2026-dev-strong-123456789", "Key": "linegestao-local-jwt-key-2026-dev-strong-123456789",