.env - adding global environment variable files

the default T3 project comes with an .env and .env.example file, but where is it defined what is picked and what is left? I would like to have a .development.env and a .test.env and tell my ".env-injector" what to pick, depending on the NODE_ENV. For my other projects, I am using dotenv, where I can configure what file should be picked depending on the NODE_ENV but how do you define and configure that in a T3 project?
1 Reply
ippo
ippo10mo ago
found it
No description