Skip to content

Commit

Permalink
feat: Connection String aus Umgebungsvariablen laden
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamue committed Sep 3, 2024
1 parent d6560b0 commit 2050986
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 327 deletions.
3 changes: 3 additions & 0 deletions coIT.Toolkit.AbsencesExport.Migration/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
using System.Text.Json.Serialization;
using coIT.Libraries.ConfigurationManager.Cryptography;

namespace coIT.Toolkit.AbsencesExport.Migration
{
internal class Program
Expand Down
103 changes: 0 additions & 103 deletions coIT.Toolkit.AbsencesExport/AppConfiguration.cs

This file was deleted.

7 changes: 7 additions & 0 deletions coIT.Toolkit.AbsencesExport/AzureTableKonfiguration.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace coIT.Toolkit.AbsencesExport
{
public class AzureTableKonfiguration
{
public string ConnectionString { get; set; }
}
}
170 changes: 22 additions & 148 deletions coIT.Toolkit.AbsencesExport/InitializeConfigurationForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2050986

Please sign in to comment.