Notes/appsettings.json

13 lines
199 B
JSON
Raw Permalink Normal View History

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