Skip to content

Commit 63e8e49

Browse files
committed
fix(docs): Remove localhost URLs
1 parent c889ae5 commit 63e8e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/showcase/Ellipsis.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords: [ellipsis, podcast, audio, generation, TTS, perplexity, multi-speaker,
2121

2222
* Node.js v16+ and npm/yarn
2323
* Python 3.10+ and pip
24-
* Redis server running (default on `localhost:6380`)
24+
* Redis server running (default on port 6380)
2525
* Perplexity API key, Podbean credentials
2626

2727
## Installation
@@ -51,15 +51,15 @@ npm install
5151

5252
Create `backend/.env`:
5353
```ini
54-
REDIS_URL=redis://localhost:6379
54+
REDIS_URL=redis://your-redis-host:6379
5555
PERPLEXITY_API_KEY=your_key_here
5656
PODBEAN_CLIENT_ID=...
5757
PODBEAN_CLIENT_SECRET=...
5858
```
5959

6060
Create `frontend/.env`:
6161
```ini
62-
REACT_APP_API_URL=http://127.0.0.1:5000
62+
REACT_APP_API_URL=http://your-backend-host:5000
6363
```
6464

6565
## Usage

0 commit comments

Comments
 (0)