Files
Hushian/Presentation/HushianWebApp/wwwroot/appsettings.json
2025-09-04 19:08:57 +03:30

10 lines
191 B
JSON

{
"BaseAddress": "http://192.168.1.12:1011/api/",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}