rtmpdash/appsettings.json

14 lines
266 B
JSON
Raw Normal View History

2021-01-24 04:04:16 +01:00
{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}