Skip to content

Commit

Permalink
fix: revert appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Dec 11, 2023
1 parent 8161971 commit 951069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSETWebApi/CSETWeb_Api/CSETWeb_ApiCore/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"CSET_DB": "data source=localhost,1433;initial catalog=CSETWeb;User Id=sa;Password=Password123;Encrypt=False;"
"CSET_DB": "data source=(localdb)\\INLLocalDb2022;Encrypt=false;initial catalog=CSETWeb;Integrated Security=SSPI;MultipleActiveResultSets=True;persist security info=True;TrustServerCertificate=True;"
},
"ClientCode": "DHS",
"AppCode": "CSET",
Expand Down

0 comments on commit 951069b

Please sign in to comment.