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.
19 lines
403 B
19 lines
403 B
{
|
|
"AppSelfUrl": "https://localhost:44344/",
|
|
"RemoteServices": {
|
|
"Default": {
|
|
"BaseUrl": "https://localhost:44356/"
|
|
},
|
|
"BookManagement": {
|
|
"BaseUrl": "https://localhost:44363/"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44356/",
|
|
"ClientId": "BookManagement_Web",
|
|
"ClientSecret": "1q2w3e*"
|
|
}
|
|
}
|
|
|