# Example environment for the getstream Rust SDK examples and integration tests.
# Copy to `.env` and fill in real values. These are loaded via dotenvy.
# NEVER commit the real `.env` — it holds secrets. Only `.env.example` is tracked.
# Stream credentials (Stream::from_env) — required by both examples and integration tests.
STREAM_API_KEY=
STREAM_API_SECRET=
# OpenAI Realtime — required only by examples/gpt_realtime_bot.rs.
OPENAI_API_KEY=
OPENAI_REALTIME_MODEL=gpt-realtime
OPENAI_MODEL=
# Base URL for the GPT example's printed authenticated browser join URL:
# {EXAMPLE_BASE_URL}/join/{call_id}?api_key=…&token=…&skip_lobby=true&…
EXAMPLE_BASE_URL=https://getstream.io/video/demos