2023-04-25 08:27:59 +04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2023-04-25 10:31:41 +04:00
|
|
|
"IPAddress": "http://localhost:5168/",
|
2023-04-25 08:27:59 +04:00
|
|
|
"PasswordStore": "123"
|
|
|
|
}
|