12 lines
206 B
JSON
Raw Normal View History

2024-05-14 23:46:36 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-14 23:53:59 +04:00
"AllowedHosts": "*",
2024-06-21 14:29:50 +04:00
"IPAddress": "http://localhost:5224/",
"Password": "admin"
2024-05-14 23:46:36 +04:00
}