diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-07 07:50:45 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-07 07:50:45 +0300 |
| commit | 4c3213995aa079b6c5e14e5bb9e6769ba6e82845 (patch) | |
| tree | c2829473749be99af8d164803fcca70dad975cc9 /Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Options.cs | |
| parent | 9ba1902ee9dbac3b3c48d735b3bbcc3ba867dd2e (diff) | |
| download | Tango-4c3213995aa079b6c5e14e5bb9e6769ba6e82845.tar.gz Tango-4c3213995aa079b6c5e14e5bb9e6769ba6e82845.zip | |
Dynamic developer instructions using Azure table.
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; + } } |
