Environment Variables
Overview of the environment variables for TanStack Applications.
Environment Variables
The environment variables for TanStack Applications are stored in the .env file. You can find the .env.example file in the root of the project to see all the available variables.
Environment Variables for the Web App
The environment variables for the web app are stored in the .env.local file. You can find the .env.example.local file in the root of the project to see all the available variables.
Environment Variables for the Server
The environment variables for the server are stored in the .env file. You can find the .env.example file in the root of the project to see all the available variables.