PlanTempusApp/PlanTempus.Core/SeqLogging/SeqConfiguration.cs
Janus C. H. Knudsen 7fc1ae0650 WIP
2026-01-10 20:39:17 +01:00

4 lines
No EOL
137 B
C#

namespace PlanTempus.Core.SeqLogging
{
public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment);
}