From 733b45693229e39083f836945d3491546738abae Mon Sep 17 00:00:00 2001 From: Gerard Gargan <122169905+GerardGargan@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:40:55 +0000 Subject: [PATCH] Update appsettings.Production.json --- Bookstore.Web/appsettings.Production.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Bookstore.Web/appsettings.Production.json b/Bookstore.Web/appsettings.Production.json index 8e71ee0..7eec33f 100644 --- a/Bookstore.Web/appsettings.Production.json +++ b/Bookstore.Web/appsettings.Production.json @@ -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": "" } -} \ No newline at end of file +}