Skip to content

Commit

Permalink
fix: add apikey to the client (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Sep 13, 2023
1 parent dc4f57d commit 6ded704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ import { EdcConnectorClient } from "@think-it-labs/edc-connector-client";
provide: EdcConnectorClient,
useFactory: (s: AppConfigService) => {
return new EdcConnectorClient.Builder()
.apiToken(environment.apiKey)
.managementUrl(s.getConfig()?.managementApiUrl as string)
.build();
},
Expand Down

0 comments on commit 6ded704

Please sign in to comment.