Skip to content

Commit

Permalink
Remove reserved environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Nov 23, 2024
1 parent 7638b80 commit ee4ef78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ export default $config({
dns: sst.cloudflare.dns(),
},
environment: {
// AWS
AWS_REGION: process.env.AWS_REGION!,
AWS_ACCESS_KEY_ID: process.env.AWS_ACCESS_KEY_ID!,
AWS_SECRET_ACCESS_KEY: process.env.AWS_SECRET_ACCESS_KEY!,
// Cloudflare
CLOUDFLARE_API_TOKEN: process.env.CLOUDFLARE_API_TOKEN!,
CLOUDFLARE_DEFAULT_ACCOUNT_ID:
Expand Down

0 comments on commit ee4ef78

Please sign in to comment.