Commit 71537d27 by Oleksandr Barabash

APP_ID changed to CLIENT_ID

parent c4696118
......@@ -31,7 +31,7 @@ app_config = AppConfig()
# Create adapter.
# See https://aka.ms/about-bot-adapter to learn more about how bots work.
app_credentials = ManagedIdentityCredential(client_id=AppConfig.CLIENT_ID)
app_settings = BotFrameworkAdapterSettings(app_config.APP_ID,
app_settings = BotFrameworkAdapterSettings(AppConfig.CLIENT_ID,
app_credentials=app_credentials)
ADAPTER = BotFrameworkAdapter(app_settings)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment