From 6f47e13fa21e4b3c1ce6db0c87dcac11131abf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dijana=20Peni=C4=87?= Date: Wed, 30 Mar 2022 21:22:49 +0200 Subject: [PATCH] Code cleanup. --- devops/docker-compose.test.yml | 2 +- src/Bootstrapper/Bootstrapper/appsettings.test.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devops/docker-compose.test.yml b/devops/docker-compose.test.yml index e5e31dc4..aca1817b 100644 --- a/devops/docker-compose.test.yml +++ b/devops/docker-compose.test.yml @@ -13,4 +13,4 @@ services: environment: ASPNETCORE_ENVIRONMENT: Test ASPNETCORE_URLS: https://+:443 - VSHOPAPP_Kestrel__Certificates__Default__Path: /https/self-signed-cert.pfx \ No newline at end of file + VSHOPAPP_KESTREL__CERTIFICATES__DEFAULT__PATH: /https/self-signed-cert.pfx \ No newline at end of file diff --git a/src/Bootstrapper/Bootstrapper/appsettings.test.json b/src/Bootstrapper/Bootstrapper/appsettings.test.json index bd361341..2e4f2972 100644 --- a/src/Bootstrapper/Bootstrapper/appsettings.test.json +++ b/src/Bootstrapper/Bootstrapper/appsettings.test.json @@ -16,6 +16,5 @@ "AllowInvalid": true } } - }, - "KeyVault": "vshop-test-westus-kv" + } } \ No newline at end of file