usaquote-api/appsettings.json

14 lines
274 B
JSON
Raw Normal View History

2020-09-21 10:07:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"UsaquoteContext": "Data Source=usaquote.db"
}
}