From cd70f54266d708867a1eb35870bc755bc5b2df32 Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 3 Dec 2025 21:49:20 +0100 Subject: Refactor db --- api/WhatApi/Constants.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'api/WhatApi/Constants.cs') diff --git a/api/WhatApi/Constants.cs b/api/WhatApi/Constants.cs index 01385c1..dab7ab2 100644 --- a/api/WhatApi/Constants.cs +++ b/api/WhatApi/Constants.cs @@ -3,4 +3,13 @@ namespace WhatApi; public static class Constants { public const int Wgs84SpatialReferenceId = 4326; + public static readonly Guid SystemUid = new("8c3b23aa-e759-4cf0-b405-c13979d15586"); + + public static class Env + { + public const string MasterDbConnectionString = "MasterDbConnectionString"; + public const string TokenEntropy = "TokenEntropy"; + public const string TokenIssuer = "TokenIssuer"; + public const string TokenAudience = "TokenAudience"; + } } \ No newline at end of file -- cgit v1.3