Notes/appsettings.json

11 lines
174 B
JSON
Raw Normal View History

2022-11-29 15:14:15 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ContentFilePath": "content"
2022-11-29 15:14:15 +00:00
}