technical_interview/Server/BackEnd/appsettings.Development.json

11 lines
174 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedOrigins": [
"http://localhost:3000"
]
}