Notes/appsettings.json

11 lines
178 B
JSON
Raw Normal View History

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