Files
workshop8/appsettings.json
arthur faria 189fa1734c Initial commit
2025-07-29 22:22:38 -03:00

15 lines
288 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"UseRemote": false,
"Local": "Data Source=local.db;",
"Remote": "Data Source=remote-simulado.db;"
},
"AllowedHosts": "*"
}