ticket_manager/appsettings.json
2020-02-05 22:41:50 +01:00

13 lines
No EOL
246 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Sqlite": "Data Source=app.db"
}
}