22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information",
|
|
"DramaLing.Api": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
},
|
|
"Console": {
|
|
"IncludeScopes": true,
|
|
"LogLevel": {
|
|
"Default": "Debug"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Frontend": {
|
|
"Urls": ["http://localhost:3000", "http://localhost:3001"]
|
|
}
|
|
} |