Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Sep 23, 2024
1 parent fe61a74 commit dc65aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BookStore.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<script src="~/js/site.js" asp-append-version="true"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="//cdn.datatables.net/1.13.3/js/jquery.dataTables.min.js" asp-append-version="true"></script>
<script src="https://cdn.tiny.cloud/1/rg27w56nz0roz1730z00tzjiim1150230pobxdil7qowzjcg/tinymce/7/tinymce.min.js" referrerpolicy="origin"></script>
<script src="https://cdn.tiny.cloud/1/rg27w56nz0roz1730z00tzjiim1150230pobxdil7qowzjcg/tinymce/7/tinymce.min.js" referrerpolicy="origin"></script>
@await RenderSectionAsync("Scripts", required: false)
</body>
</html>
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=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;"
"DefaultConnection": "DefaultConnection_From_Env"
},
"Stripe": {
"PublishableKey": "pk_test_51Q22VLC44cALpA404XaY86YQrF886ExJ08bQ5hU8NSZhb5US4tXJUbjJz17HfD7N3GT2I4vvQJs1WXreMZ34gH7z00VUHHK8MR",
Expand Down

0 comments on commit dc65aa4

Please sign in to comment.