Initial commit: SWP.Core enterprise framework with multi-tenant architecture, configuration management, security, telemetry and comprehensive test suite
This commit is contained in:
commit
5275a75502
87 changed files with 6140 additions and 0 deletions
4
Core/SeqLogging/SeqConfiguration.cs
Normal file
4
Core/SeqLogging/SeqConfiguration.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace SWP.Core.SeqLogging
|
||||
{
|
||||
public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue