Skip to content

Commit

Permalink
Solved a bug in connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
smahajan20 committed Dec 2, 2023
1 parent c1c302f commit 5b659ca
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
Binary file modified .vs/Bulky/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file modified .vs/Bulky/v17/.suo
Binary file not shown.
Binary file modified Bulky.DataAccess/bin/Debug/net7.0/Bulky.DataAccess.dll
Binary file not shown.
Binary file modified Bulky.DataAccess/bin/Debug/net7.0/Bulky.DataAccess.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51b8f71cf3774747c0ea8dc61caf4af870b7af48
6080ccaef735ea4a3b381aec9c15081d5ff54095
Binary file modified Bulky.DataAccess/obj/Debug/net7.0/Bulky.DataAccess.dll
Binary file not shown.
Binary file modified Bulky.DataAccess/obj/Debug/net7.0/Bulky.DataAccess.pdb
Binary file not shown.
Binary file modified Bulky.DataAccess/obj/Debug/net7.0/ref/Bulky.DataAccess.dll
Binary file not shown.
Binary file modified Bulky.DataAccess/obj/Debug/net7.0/refint/Bulky.DataAccess.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion BulkyWeb/appsettings.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=tcp:bulky-gaming.database.windows.net,1433;Initial Catalog=bulky;Persist Security Info=False;User ID=sqladmin;Password={admin123#};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
"DefaultConnection": "Server=tcp:bulky-gaming.database.windows.net,1433;Initial Catalog=bulky;Persist Security Info=False;User ID=sqladmin;Password=admin123#;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"Stripe": {
"SecretKey": "sk_test_51OHFUhFj8UpHPa5twPJvDrrzfcy0t3GVNciLTSYt3cqDHWwWrxlNkVGxbBe5thGfu9fNwOXrFsoSi1cKzUxghcE400zb5WhVeJ",
Expand Down
Binary file modified BulkyWeb/bin/Debug/net7.0/Bulky.DataAccess.dll
Binary file not shown.
Binary file modified BulkyWeb/bin/Debug/net7.0/Bulky.DataAccess.pdb
Binary file not shown.
Binary file modified BulkyWeb/bin/Debug/net7.0/BulkyWeb.dll
Binary file not shown.
Binary file modified BulkyWeb/bin/Debug/net7.0/BulkyWeb.pdb
Binary file not shown.
Binary file modified BulkyWeb/obj/Debug/net7.0/BulkyWeb.csproj.AssemblyReference.cache
Binary file not shown.
Binary file modified BulkyWeb/obj/Debug/net7.0/BulkyWeb.dll
Binary file not shown.
Binary file modified BulkyWeb/obj/Debug/net7.0/BulkyWeb.pdb
Binary file not shown.

0 comments on commit 5b659ca

Please sign in to comment.