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