auto.bus_razor/TicketOffice/appsettings.json

12 lines
243 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"TicketOfficeContext": "Filename=wwwroot/db/TicketOffice-SQLite.db"
}
}