microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
872 stars 479 forks source link

Override configuration keys #6684

Closed vbossica closed 1 year ago

vbossica commented 1 year ago

Description

Make all configuration keys be configurable externally.

This is handy when the password is stored in an Azure KeyVault and not named "MicrosoftAppSecret".

Specific Changes

Fixes #6669