Skip to content

Commit 2081639

Browse files
authored
chore: include .env.example to allow bootstrapping (#8)
1 parent 7830c3e commit 2081639

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
LIVEKIT_URL=
2+
LIVEKIT_API_KEY=
3+
LIVEKIT_API_SECRET=
4+
5+
OPENAI_API_KEY=
6+
DEEPGRAM_API_KEY=
7+
CARTESIA_API_KEY=

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.env
22
.env.*
3+
!.env.example
34
.DS_Store
45
__pycache__
56
.idea
@@ -8,4 +9,4 @@ KMS
89
.vscode
910
*.egg-info
1011
.pytest_cache
11-
.ruff_cache
12+
.ruff_cache

0 commit comments

Comments
 (0)