Initial ...

This commit is contained in:
2026-03-22 14:08:25 +03:30
commit d3464ef39c
71 changed files with 19087 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace xIds.Constants
{
public struct ConnectionStringNames
{
public const string IDENTITY_CONNECTION_NAME = "IdentityDb";
public const string CONFIGURATION_CONNECTION_NAME = "ConfigurationDb";
public const string PRESISTED_GRANTS_CONNECTION_NAME = "PersistedGrantDb";
}
}