Notes/appsettings.json

13 lines
199 B
JSON
Raw Normal View History

2022-11-29 10:14:15 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2023-05-17 21:44:41 -04:00
"FileNoteService": {
2024-01-06 21:01:17 -05:00
"ContentFolder": "notes"
2023-05-17 21:44:41 -04:00
}
2022-11-29 10:14:15 -05:00
}