pet-companion-back/appsettings.json
2025-01-31 23:41:30 -03:00

13 lines
227 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=petcompanion.db"
}
}