9 lines
311 B
C#
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";
|
|
}
|
|
} |