Files
workshop8/appsettings.json

15 lines
295 B
JSON
Raw Permalink Normal View History

2025-07-29 22:22:38 -03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"UseRemote": false,
2025-07-29 22:27:49 -03:00
"Local": "Data Source=database.sqlite;",
2025-07-29 22:22:38 -03:00
"Remote": "Data Source=remote-simulado.db;"
},
"AllowedHosts": "*"
}