-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvVarExample.sh
More file actions
37 lines (29 loc) · 980 Bytes
/
envVarExample.sh
File metadata and controls
37 lines (29 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/bin/sh
## The following env variables will be taken from your azure bot "Application Settings tab"
export AzureWebJobsStorage=DefaultEndpointsProtocol=""
export AzureWebJobsDashboard=DefaultEndpointsProtocol=""
export WEBSITE_NODE_DEFAULT_VERSION=""
export BotEnv=""
export BotId=""
export MicrosoftAppId=""
export MicrosoftAppPassword=""
export UseTableStorageForConversationState=""
export BotDevAppInsightsKey=""
export BotDevAppInsightsName=""
export BotDevAppInsightsAppId=""
export LuisAPIKey=""
export LuisAppId=""
export LuisAPIHostName=""
export BotOpenIdMetadata=""
# export NODE_ENV="development"
########################### Custom Keys taken from respective sources
export BingSearchAPIKey=""
export TextAnalyticsAPIKey=""
export BingEntitySearchAPIKey=""
export AcademicKnowledgeAPIKey=""
export BingSearchAPIKey2=""
export LinguisticsAPIKey=""
export OXFORDAPPID="";
export OXFORDAPPKEY="";
########################### form url
export FeedbackFormURL=""