20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"JwtSettings": {
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Fileupload": {
|
|
"folderpath": "DMS_Attachments/Active",
|
|
"Deletepath": "DMS_Attachments/Deleted"
|
|
},
|
|
"ConnectionStrings": {
|
|
"AttachmentConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
|
|
}
|
|
}
|