fix: appSettings de teste

This commit is contained in:
Ricardo Carneiro 2025-07-23 14:55:43 -03:00
parent c76de82ff8
commit 0d9a4b96ae
2 changed files with 23 additions and 0 deletions

View File

@ -14,6 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{02EA
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipeline", "Pipeline", "{3F3DEEDF-9E0A-434D-8130-1FBAC43FD1F7}"
ProjectSection(SolutionItems) = preProject
.gitea\workflows\release-deploy.yml = .gitea\workflows\release-deploy.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -0,0 +1,20 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "mongodb://localhost:27017/BCardsDB_Testing"
},
"AllowedHosts": "*",
"JWT": {
"Secret": "ThisIsATestSecretKeyForJWTTokenGeneration123456789",
"Issuer": "BCards-Testing",
"Audience": "BCards-Users-Testing",
"ExpiryMinutes": 60
},
"Environment": "Testing"
}