From b3523740113042aa1b59d8448d112ad45f8fdfe3 Mon Sep 17 00:00:00 2001 From: chtrembl <62187826+chtrembl@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:15:05 -0500 Subject: [PATCH] Update application_with_everything_enabled.yml --- .../src/main/resources/application_with_everything_enabled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore/petstorepetservice/src/main/resources/application_with_everything_enabled.yml b/petstore/petstorepetservice/src/main/resources/application_with_everything_enabled.yml index 01b5fe27..a76188cc 100644 --- a/petstore/petstorepetservice/src/main/resources/application_with_everything_enabled.yml +++ b/petstore/petstorepetservice/src/main/resources/application_with_everything_enabled.yml @@ -12,7 +12,7 @@ spring: azure: application-insights: - instrumentation-key: ${PETSTORESERVICE_AI_INSTRUMENTATION_KEY} + instrumentation-key: ${PETSTORESERVICES_AI_INSTRUMENTATION_KEY} web: enable-W3C: true enable-W3C-backcompat-mode: true