Skip to content

Commit

Permalink
changed token
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbaum committed Apr 22, 2024
1 parent dddc467 commit bef83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/layout/azureBlobService.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BlobServiceClient } from '@azure/storage-blob';

const storageAccountName = import.meta.env.VITE_STORAGE_ACCOUNT_NAME;
const sasToken = "sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2024-04-30T19:53:22Z&st=2024-04-09T11:53:22Z&spr=https,http&sig=RIuBSg%2B0VwDVo5hefFzzCG3grclNfRAE%2F6BTZoPNWPI%3D";
const sasToken = import.meta.env.VITE_SAS_TOKEN;

export const getBlobServiceClient = () => {
const blobServiceClient = new BlobServiceClient(
Expand Down

0 comments on commit bef83b3

Please sign in to comment.