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 79eb599 commit c49d01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_manga-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Configure app settings for Azure Web App
run: |
az webapp config appsettings set --name Manga-Store --resource-group <your-resource-group> --settings \
az webapp config appsettings set --name Manga-Store --resource-group Manga_Store --settings \
ConnectionStrings__DefaultConnection="Server=tcp:manga-store.database.windows.net,1433;Initial Catalog=Manga;Persist Security Info=False;User ID=sqladmin;Password=${{ secrets.AZURE_SQL_PASSWORD }};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" \
Stripe__PublishableKey="${{ secrets.STRIPE_PUBLISHABLE_KEY }}" \
Stripe__SecretKey="${{ secrets.STRIPE_SECRET_KEY }}" \
Expand Down

0 comments on commit c49d01d

Please sign in to comment.