Files
DigitalData.UserManager/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.json
Developer 02 58f87e2be5 first commit
2024-03-07 11:15:47 +01:00

10 lines
178 B
JSON

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