Initial ...
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user