Files
Auths/Jwt.Server/appsettings.json
2024-10-13 01:02:51 +07:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}