mirror of https://github.com/abpframework/abp.git
4 changed files with 13 additions and 13 deletions
@ -1,5 +1,16 @@ |
|||||
{ |
{ |
||||
"ConnectionStrings": { |
"ConnectionStrings": { |
||||
"Default": "Server=localhost;Database=MyProjectName;Trusted_Connection=True;MultipleActiveResultSets=true" |
"Default": "Server=localhost;Database=MyProjectName;Trusted_Connection=True;MultipleActiveResultSets=true" |
||||
|
}, |
||||
|
"IdentityServer": { |
||||
|
"Clients": { |
||||
|
"MyProjectName_Web": { |
||||
|
"ClientId": "MyProjectName_Web", |
||||
|
"RootUrl": "https://localhost:44314/" |
||||
|
}, |
||||
|
"MyProjectName_ConsoleTestApp": { |
||||
|
"ClientId": "MyProjectName_ConsoleTestApp" |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue