Files
EmployeeDbApp/EmployeeApi/appsettings.json
2023-10-02 08:24:46 +02:00

14 lines
191 B
JSON

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