dramaling-vocab-learning/backend/DramaLing.Api/appsettings.json

13 lines
287 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"Frontend": {
"Urls": ["http://localhost:3000", "http://localhost:3001"]
}
}