Files
API/TOOHUCardAPI/appsettings.json
2021-10-28 17:03:15 -04:00

14 lines
248 B
JSON

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