11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedOrigins": [
|
|
"http://localhost:3000"
|
|
]
|
|
}
|