Environment Variables
you should use a file called .dev.vars
to keep your environment variables.
# .dev.vars
# note: openai and google are mutually exclusive, you cannot specify both api keys at the same time
OPENAI_API_KEY="..."
GOOGLE_API_KEY="..."
# telemetry, to get error logs and other debug info, signup for a free account at honeycomb.io, get an API key and put it here
HONEYCOMB_API_KEY="..."
# for sending verification code emails
MAILGUN_API_KEY="..."
DATABASE_URL="..."
DATABASE_AUTH_TOKEN="..."
Info
in projects using vite only VITE_
prefixed environment variables will be exposed by import.meta.env