Skip to content

Commit

Permalink
fix: set PROVIDERS in the upload api stack
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Aug 11, 2023
1 parent f1a846b commit 7d7b51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/upload-api-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function UploadApiStack({ stack, app }) {
ACCESS_SERVICE_DID: process.env.ACCESS_SERVICE_DID ?? '',
ACCESS_SERVICE_URL: process.env.ACCESS_SERVICE_URL ?? '',
POSTMARK_TOKEN: process.env.POSTMARK_TOKEN ?? '',
PROVIDERS: process.env.PROVIDERS ?? '',
R2_ACCESS_KEY_ID: process.env.R2_ACCESS_KEY_ID ?? '',
R2_SECRET_ACCESS_KEY: process.env.R2_SECRET_ACCESS_KEY ?? '',
R2_REGION: process.env.R2_REGION ?? '',
Expand Down

0 comments on commit 7d7b51b

Please sign in to comment.