Skip to content

Commit a779bd3

Browse files
committed
Update config.py
1 parent cf933dc commit a779bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/django/13.core-bot/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class DefaultConfig(object):
99
APP_ID = ""
1010
APP_PASSWORD = ""
1111

12-
LUIS_APP_ID = "f292bd26-91a9-4d33-b83b-15010fd7aaac"
12+
LUIS_APP_ID = ""
1313
# LUIS authoring key from LUIS portal or LUIS Cognitive Service subscription key
14-
LUIS_API_KEY = "4db5bf288edd4945822aeb124c59d8a5"
14+
LUIS_API_KEY = ""
1515
# LUIS endpoint host name, ie "https://westus.api.cognitive.microsoft.com"
16-
LUIS_API_HOST_NAME = "https://westus.api.cognitive.microsoft.com"
16+
LUIS_API_HOST_NAME = ""

0 commit comments

Comments
 (0)