2023-08-15 22:52:30 -05:00
|
|
|
{
|
2023-08-18 14:30:34 -05:00
|
|
|
"JwtSettings": {
|
|
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
|
|
},
|
2023-08-15 22:52:30 -05:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Fileupload": {
|
|
|
|
"folderpath": "DMS_Attachments/Active",
|
2023-10-04 12:37:44 -05:00
|
|
|
"Deletepath": "DMS_Attachments/Deleted",
|
|
|
|
"BlobConnectionString": "DefaultEndpointsProtocol=https;AccountName=damagedoculink;AccountKey=blynpwrAQtthEneXC5f4vFewJ3tPV+QZUt1AX3nefZScPPjkr5hMoC18B9ni6/ZYdhRiERPQw+hB+AStonf+iw==;EndpointSuffix=core.windows.net",
|
|
|
|
"BlobContainerName": "doculinks"
|
2023-08-18 16:14:41 -05:00
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2023-10-10 15:28:30 -05:00
|
|
|
//"AttachmentConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
|
2023-09-27 16:18:48 -05:00
|
|
|
"AttachmentConnection": "Server=tcp:da-dev.database.windows.net,1433;Initial Catalog=da-dev-db;Encrypt=True;User ID=admin-dev;Password=b3tgRABw8LGE75k;TrustServerCertificate=False;Connection Timeout=30;"
|
|
|
|
|
2023-08-15 22:52:30 -05:00
|
|
|
}
|
|
|
|
}
|
2023-10-11 20:23:47 -05:00
|
|
|
|