Notes/appsettings.json
2023-02-07 12:21:22 -05:00

11 lines
174 B
JSON

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