Files
BibliotecaDigital/BibliotecaDigitalApi/appsettings.Development.json
RodoIsAlnum fef5ca6aa6 Lito
2025-10-28 20:05:19 -06:00

11 lines
204 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=Data/database.db"
}
}