From c3249fadd9e2ed2c61f8431df3c8e928bcbf499e Mon Sep 17 00:00:00 2001 From: Chris Tremblay Date: Thu, 8 Feb 2024 12:21:58 -0500 Subject: [PATCH] Update application.properties --- .../src/main/resources/application.properties | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/petstore/petstoreassistant/src/main/resources/application.properties b/petstore/petstoreassistant/src/main/resources/application.properties index ed6339e5..cecc6fee 100644 --- a/petstore/petstoreassistant/src/main/resources/application.properties +++ b/petstore/petstoreassistant/src/main/resources/application.properties @@ -1,10 +1,9 @@ -#empty appid/password for local bot service -#MicrosoftAppId=${MICROSOFT_APP_ID} -#MicrosoftAppPassword=${MICROSOFT_APP_PASSWORD} -#appid/password needed for azure bot service -MicrosoftAppId= -MicrosoftAppPassword= -#https://azurepetstoreassistant.azurewebsites.net/api/messages +MicrosoftAppId=[replace when deploying to Azure, leave blank for local dev] +MicrosoftAppPassword=[replace when deploying to Azure, leave blank for local dev] server.port=3978 -aoai.key=replace -cognitive.search.key=replace \ No newline at end of file +apim.key=[replace with Azure APIM key, leave blank if not using Azure APIM] +aoai.url=[replace with Azure AOAI endpoint or Azure APIM url endpoint if your using Azure APIM] +aoai.key=[replace with Azure AOAI key] +cognitive.search.url=[replace with Azure AI Search url endpoint] +cognitive.search.key=[replace with Azure AI Search key] +cosmos.key=[replace with Azure Cosmos key] \ No newline at end of file