Learn how to set and manage environment variables crucial for the optimal functioning of Saiku in your projects.
OPENAI_API_KEY
: Your personal API key for OpenAI services..env
File: In your project’s root directory, create a new file named .env
..env
file and insert your environment variables..env
file secure. Do not commit it to version control, as it often contains sensitive information like API keys.