mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
760 B
21 lines
760 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44312"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=localhost;Database=BookStore;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"AbpPermissionManagement": "Server=localhost;Database=BookStore_SecondDb;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"AbpSettingManagement": "Server=localhost;Database=BookStore_SecondDb;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"AbpAuditLogging": "Server=localhost;Database=BookStore_SecondDb;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44312"
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"BookStore_App": {
|
|
"ClientId": "BookStore_App"
|
|
}
|
|
}
|
|
}
|
|
}
|