Skip to content

Commit

Permalink
add production
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Sep 23, 2024
1 parent e85eadd commit 60e5204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookStore.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=.;Database=Manga;Trusted_Connection=True;TrustServerCertificate=True"
"DefaultConnection": "Server=tcp:manga-store.database.windows.net,1433;Initial Catalog=Manga;Persist Security Info=False;User ID=sqladmin;Password=Admin123;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"Stripe": {
"PublishableKey": "pk_test_51Q22VLC44cALpA404XaY86YQrF886ExJ08bQ5hU8NSZhb5US4tXJUbjJz17HfD7N3GT2I4vvQJs1WXreMZ34gH7z00VUHHK8MR",
Expand Down

0 comments on commit 60e5204

Please sign in to comment.