Skip to content

Commit

Permalink
Add some corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ValDekh committed Dec 18, 2023
1 parent feb7f9e commit b0db67f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 214 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"ConnectionStrings": {
//"DefaultConnection": "Server=DESKTOP-I7Q35NQ\\SQLEXPRESS;Database=StreetcodeDbtest;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true;TrustServerCertificate=true"

"DefaultConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=StreetcodeDbtest;Integrated Security=True"
"DefaultConnection": "Server=DESKTOP-I7Q35NQ\\SQLEXPRESS;Database=StreetcodeDbtest;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true;TrustServerCertificate=true"
},
"Blob": {
"BlobStoreKey": "BigThirtyTwoBiteCoolTestKeyCrypt",
Expand Down
3 changes: 1 addition & 2 deletions Streetcode/Streetcode.WebApi/appsettings.Local.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ConnectionStrings": {
// "DefaultConnection": "Server=127.0.0.1;Database=StreetcodeDb;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true"
"DefaultConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=StreetcodeDbtest;Integrated Security=True"
"DefaultConnection": "Server=127.0.0.1;Database=StreetcodeDb;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true"
},
"CORS": {
"AllowedOrigins": [ "http://localhost:3000" ],
Expand Down
3 changes: 1 addition & 2 deletions Streetcode/Streetcode.WebApi/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ConnectionStrings": {
// "DefaultConnection": "Server=127.0.0.1;Database=StreetcodeDb;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true"
"DefaultConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=StreetcodeDbtest;Integrated Security=True"
"DefaultConnection": "Server=127.0.0.1;Database=StreetcodeDb;User Id=sa;Password=Admin@1234;MultipleActiveResultSets=true"
},
"EmailConfiguration": {
"From": "[email protected]",
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@
<ProjectReference Include="..\Streetcode.DAL\Streetcode.DAL.csproj" />
<ProjectReference Include="..\Streetcode.WebApi\Streetcode.WebApi.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="ControllerTests\Streetcode\" />
</ItemGroup>
</Project>

0 comments on commit b0db67f

Please sign in to comment.