Notes/appsettings.json
2024-01-06 21:01:17 -05:00

13 lines
199 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"FileNoteService": {
"ContentFolder": "notes"
}
}