auto.bus_razor/TicketOffice/appsettings.json

13 lines
246 B
JSON

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