Files
xSaherElmIds/Constants/ConnectionStringNames.cs
T
2026-03-22 14:08:25 +03:30

9 lines
311 B
C#

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";
}
}