Documentation
Secrets

🕵🏽 Secrets

This file manages environment variables and secrets. It imports values from .env files and makes them available to other files inside the infra/ folder, centralizing the management of sensitive information.

💡

Note that in the Blitzship monorepo using SST, all environment variables and secrets are managed using the npx sst cli and should only be passed to your packages from inside the infra/ folder. Do not put any .env files in any other directory. Learn more here (opens in a new tab).