Notes/appsettings.json

12 lines
211 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DefaultContentFileName": "content",
"ContentFilePath": "notes"
}