diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs index 6c6a537d6..9ae05da3d 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs @@ -35,4 +35,9 @@ namespace Tango.Portal.Chat.Web.Services public string ClientId { get; set; } = string.Empty; public string ClientSecret { get; set; } = string.Empty; } + + public sealed class AzureStorageOptions + { + public string ConnectionString { get; set; } = string.Empty; + } } |
