-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_env
36 lines (26 loc) · 782 Bytes
/
_env
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
#add ID and password and LUIS URL here and copy it to .env
MICROSOFT_APP_ID=
MICROSOFT_APP_PASSWORD=
#MICROSOFT_LUIS_MODEL=
MICROSOFT_LUIS_MODEL=
MICROSOFT_QNA_MAKER_URL=
MICROSOFT_QNA_MAKER_KEY=
HOLIDAY_DAY_KEY=
PORT=3800
## uncomment for localhost
BOT_DOMAIN_URL=http://localhost:3800
## uncomment for production
## BOT_DOMAIN_URL=https://emploji-bot.herokuapp.com
## localhost: only URL is needed, no user / pwd
DB_APP_URL=localhost:27018/emploji-bot
## remote mongodb
#DB_APP_URL=domain:port/name
#DB_APP_USER=user
#DB_APP_PWD=pwd
##Intent score Schwellwerte für Treffer
INTENT_SCORE_LUIS_THRESHOLD=0.5
INTENT_SCORE_QnA_LOW_THRESHOLD=30.0
INTENT_SCORE_QnA_HIGH_THRESHOLD=80.0
##Notification Settings - SLACK ONLY
BOT_ID=
BOT_SERVICE_URL=https://slack.botframework.com