Browse Source

Added identityserver to solution runner

pull/148/head
Yunus Emre Kalkan 1 year ago
parent
commit
abd413a037
  1. 8
      etc/abp-studio/run-profiles/Default.abprun.json

8
etc/abp-studio/run-profiles/Default.abprun.json

@ -35,6 +35,14 @@
"healthCheckEndpoint": "/",
"healthUiEndpoint": null,
"folder": "Admin"
},
"EventHub.IdentityServer": {
"type": "dotnet-project",
"path": "../../../src/EventHub.IdentityServer/EventHub.IdentityServer.csproj",
"launchUrl": "https://localhost:44313",
"kubernetesService": null,
"healthCheckEndpoint": "/",
"healthUiEndpoint": null
}
},
"folders": {

Loading…
Cancel
Save