14 lines
253 B
JSON
14 lines
253 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"Fileupload": {
|
||
|
"folderpath": "DMS_Attachments/Active",
|
||
|
"Deletepath": "DMS_Attachments/Deleted"
|
||
|
}
|
||
|
}
|