Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Feb 8, 2024
1 parent 5b95682 commit c3249fa
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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
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]

0 comments on commit c3249fa

Please sign in to comment.