Skip to content

Commit dfe15ee

Browse files
committed
chore(examples): add PORTAL_REFERER_URL to dashboard demo README
1 parent 35881d4 commit dfe15ee

File tree

1 file changed

+2
-1
lines changed
  • examples/demos/dashboard-integration

1 file changed

+2
-1
lines changed

examples/demos/dashboard-integration/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A Next.js application demonstrating how to integrate Outpost with an API platfor
6464
```
6565

6666
7. **Access the application**:
67-
- Dashboard: [http://localhost:4000](http://localhost:4000)
67+
- Dashboard: [http://localhost:3000](http://localhost:3000)
6868
- Outpost API: [http://localhost:3333](http://localhost:3333)
6969
- RabbitMQ Management: [http://localhost:15672](http://localhost:15672) (guest/guest)
7070

@@ -113,6 +113,7 @@ This demo represents a common integration scenario where:
113113
| `REDIS_HOST` | Redis hostname | `redis` |
114114
| `RABBITMQ_SERVER_URL` | RabbitMQ connection | `amqp://guest:guest@rabbitmq:5672` |
115115
| `PORTAL_ORGANIZATION_NAME` | Portal branding | `API Platform Demo` |
116+
| `PORTAL_REFERER_URL` | Dashboard URL for "Back to" navigation link in portal | `http://localhost:3000` |
116117

117118
## Docker Services
118119

0 commit comments

Comments
 (0)