diff options
| author | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
| commit | cd70f54266d708867a1eb35870bc755bc5b2df32 (patch) | |
| tree | f0a8ec571ef3f345ac74293b4cb11918878b3ed5 /api/WhatApi/Constants.cs | |
| parent | 5bd9ad8bd1740dcff179d66718532086304ca4c4 (diff) | |
| download | what-cd70f54266d708867a1eb35870bc755bc5b2df32.tar.xz what-cd70f54266d708867a1eb35870bc755bc5b2df32.zip | |
Refactor db
Diffstat (limited to 'api/WhatApi/Constants.cs')
| -rw-r--r-- | api/WhatApi/Constants.cs | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
