Skip to content

Commit

Permalink
Update appsettings.Production.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardGargan authored Feb 2, 2025
1 parent 26052ef commit 733b456
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Bookstore.Web/appsettings.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=tcp:bookstoregg.database.windows.net,1433;Initial Catalog=Bookstore;Persist Security Info=False;User ID=sqladmin;Password=Password.01;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
"DefaultConnection": ""
},
"Facebook": {
"AppId": "1065200545126201",
"AppSecret": "d12f6991a47de49eb058b9735d409338"
"AppId": "",
"AppSecret": ""
},
"Stripe": {
"SecretKey": "sk_test_51Phda6CbNoDsot65oxjBibrpJ8BZgvwrXuQ0tElDzmTreqEBFjatRFVRXqBFuqfVrknG5yxEBwMxyUDHVfJk01Rn00oG39VlX0",
"PublishableKey": "pk_test_51Phda6CbNoDsot65jT6P32KeZqQMPj3Y7462Cjiy2q3wwB1x7AAfnF7CAYVZJd2fNhmFGcQeIK83bDvsgH3qeRkT00SKDoe5sn"
"SecretKey": "",
"PublishableKey": ""
}
}
}

0 comments on commit 733b456

Please sign in to comment.