Skip to content

Commit

Permalink
Merge pull request #74 from middlewarehq/ambientTS
Browse files Browse the repository at this point in the history
update ProcessEnv in ambient.ts
  • Loading branch information
samad-yar-khan authored Dec 11, 2023
2 parents 893e14e + 21cebf5 commit 5001e05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libdefs/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ declare namespace NodeJS {
TOKEN_ENC_PUB_KEY: string;
TOKEN_ENC_PRI_KEY: string;
SENTRY_DSN: string;
AWS_ACCESS_KEY_ID: string;
AWS_SECRET_ACCESS_KEY: string;
AWS_REGION: string;
UNWRAPPED_PERSISTENCE_BUCKET_NAME: string;
}
}

0 comments on commit 5001e05

Please sign in to comment.