Skip to content

Commit

Permalink
add example env for redis host and password
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 12, 2024
1 parent 2a2bd63 commit 2fcf170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ANTHROPIC_API_KEY="your-anthropic-api-key"
GEMINI_API_KEY="your-gemini-api-key"
ELEVENLABS_API_KEY="your-elevenlabs-api-key"

REDIS_HOST="your-redis-host"
REDIS_PASSWORD="your-redis-password"
BUCKET_NAME="your-bucket-name"

APP_URL=http://localhost:8501
API_URL=http://localhost:8585

0 comments on commit 2fcf170

Please sign in to comment.