Skip to content

Environment Variables

.env must always be gitignored; .env.example should not.

A good utility library for both defining and validating Environment variables is T3 Env.
We suggest to use it instead of creating a custom solution. T3 env is framework agnostic.