Files

14 lines
289 B
JSON
Raw Permalink Normal View History

2020-03-01 22:09:14 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
2020-03-08 01:55:50 +04:00
},
"ConnectionStrings": {
"DefaultConnection": "server=127.0.0.1;UserId=rider;Password=rider;database=rider;port=8889"
2020-03-01 22:09:14 +04:00
}
}