2023-08-31 19:00:51 -04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2023-09-13 13:16:42 -04:00
|
|
|
"ConnectionStrings": {
|
2023-10-10 16:28:30 -04:00
|
|
|
//"DoculinConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;",
|
2023-10-11 21:23:47 -04:00
|
|
|
//"DoculinConnection": "Server=localhost,1433;Database=da_survey_dev;User Id=sa;Password=Password123;TrustServerCertificate=True;"
|
|
|
|
"DoculinConnection": "Server=207.180.248.35;Database=da_survey_dev;User Id=sa;Password=YourStrongPassw0rd;TrustServerCertificate=True;"
|
|
|
|
|
2023-09-13 13:16:42 -04:00
|
|
|
},
|
2023-08-31 19:00:51 -04:00
|
|
|
"Fileupload": {
|
|
|
|
"folderpath": "DASA_Documents/Active",
|
|
|
|
"Deletepath": "DASA_Documents/Deleted"
|
|
|
|
}
|
|
|
|
}
|