-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
17 changes: 8 additions & 9 deletions
17
petstore/petstoreassistant/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |