Skip to content

Commit

Permalink
fix(dispatch-service): corrected storage endpoint in sbatch sevice to…
Browse files Browse the repository at this point in the history
… external
  • Loading branch information
jonrkarr committed Dec 11, 2021
1 parent a33aa9f commit 8eb34d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class SbatchService {
);

const storageBucket = this.configService.get('storage.bucket');
const storageEndpoint = this.configService.get('storage.endpoint');
const storageEndpoint = this.configService.get('storage.externalEndpoint');

const hsdsBasePath = this.configService.get('data.externalBasePath');
const hsdsUsername = this.configService.get('data.username');
Expand Down

0 comments on commit 8eb34d4

Please sign in to comment.