Notes/appsettings.json

13 lines
201 B
JSON
Raw 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": {
"ContentFilePath": "notes"
}
2022-11-29 15:14:15 +00:00
}