Skip to content

Commit

Permalink
Fix Password
Browse files Browse the repository at this point in the history
  • Loading branch information
Laith authored and Laith committed Mar 14, 2024
1 parent 4ab82e3 commit cb79f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Elibrary_Web/appsettings.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=tcp:piratesserver.database.windows.net,1433;Initial Catalog=ELibrary;Persist Security Info=False;User ID=pirates;Password=Lr#85658;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
"DefaultConnection": "Server=tcp:piratesserver.database.windows.net,1433;Initial Catalog=ELibrary;Persist Security Info=False;User ID=pirates;Password=Lr#0799013019;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"Stripe": {
"PublishableKey": "pk_test_51Op6kWAEnuBWvpRSa6cs1qpe1jEPWz4dbDMxubZjqbOEqxIACGTQWcIC8CQajTMUJIz8qiH1wW2tJIOpNVLGfqwk00flkZat2S",
Expand Down

0 comments on commit cb79f2f

Please sign in to comment.