Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DijanaPenic committed Mar 30, 2022
1 parent 631b2fc commit 6f47e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devops/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ services:
environment:
ASPNETCORE_ENVIRONMENT: Test
ASPNETCORE_URLS: https://+:443
VSHOPAPP_Kestrel__Certificates__Default__Path: /https/self-signed-cert.pfx
VSHOPAPP_KESTREL__CERTIFICATES__DEFAULT__PATH: /https/self-signed-cert.pfx
3 changes: 1 addition & 2 deletions src/Bootstrapper/Bootstrapper/appsettings.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"AllowInvalid": true
}
}
},
"KeyVault": "vshop-test-westus-kv"
}
}

0 comments on commit 6f47e13

Please sign in to comment.