Notes/appsettings.json
2022-11-29 10:14:15 -05:00

11 lines
178 B
JSON

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