2020-07-09 02:14:02 +03:00
|
|
|
{
|
2020-07-09 02:42:50 +03:00
|
|
|
"urls": "http://*:5062",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DatabaseConnection": "***REMOVED***"
|
|
|
|
},
|
2020-07-09 02:14:02 +03:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
2020-07-09 02:42:50 +03:00
|
|
|
"Default": "Debug",
|
2020-07-09 02:14:02 +03:00
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-07-09 02:58:04 +03:00
|
|
|
"AllowedHosts": "*",
|
2020-07-10 00:29:39 +03:00
|
|
|
"Users": [
|
|
|
|
{
|
|
|
|
"UserId": 1,
|
|
|
|
"UserName": "***REMOVED***",
|
|
|
|
"Password": "***REMOVED***"
|
|
|
|
}
|
|
|
|
]
|
2020-07-09 02:14:02 +03:00
|
|
|
}
|