Skip to content

Commit

Permalink
feat: add .env.example to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Nov 11, 2024
1 parent dffaa6e commit fd5a634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/conversational-ai-nextjs/convai-demo/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ElevenLabs Agent ID
AGENT_ID=""

# ElevenLabs API Key
XI_API_KEY=""
3 changes: 2 additions & 1 deletion examples/conversational-ai-nextjs/convai-demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
.env*
.env
.env.local

# vercel
.vercel
Expand Down

0 comments on commit fd5a634

Please sign in to comment.