usaquote-api/appsettings.json

14 lines
274 B
JSON

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