Notes/appsettings.json
2023-05-17 21:44:41 -04:00

13 lines
201 B
JSON

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