File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
examples/demos/dashboard-integration Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ A Next.js application demonstrating how to integrate Outpost with an API platfor
6464 ```
6565
66667 . ** 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
You can’t perform that action at this time.
0 commit comments