.env.local

This commit is contained in:
Ben Cherry
2025-07-23 12:14:52 -07:00
parent 4f462b297e
commit c58557adaa
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ cd agent-starter-python
uv sync
```
Set up the environment by copying `.env.example` to `.env` and filling in the required values:
Set up the environment by copying `.env.example` to `.env.local` and filling in the required values:
- `LIVEKIT_URL`: Use [LiveKit Cloud](https://cloud.livekit.io/) or [run your own](https://docs.livekit.io/home/self-hosting/)
- `LIVEKIT_API_KEY`
@@ -39,7 +39,7 @@ Set up the environment by copying `.env.example` to `.env` and filling in the re
You can load the LiveKit environment automatically using the [LiveKit CLI](https://docs.livekit.io/home/cli/cli-setup):
```bash
lk app env -w .env
lk app env -w .env.local
```
## Run the agent