mirror of https://github.com/abpframework/abp.git
3 changed files with 20 additions and 8 deletions
@ -0,0 +1,9 @@ |
|||
namespace Volo.Abp.IdentityServer |
|||
{ |
|||
public static class AbpIdentityServerConsts |
|||
{ |
|||
public const string DefaultDbTablePrefix = "IdentityServer"; |
|||
|
|||
public const string DefaultDbSchema = null; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue