Skip to content

Commit 33724ff

Browse files
committed
fix(php-spx): correct documentation to include required SPX_KEY to access the UI
fixes: wardenenv#25 (comment)
1 parent 1fa93dc commit 33724ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/phpspx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Once an environment is started with the `WARDEN_PHP_SPX=1` flag set, all web req
3232

3333
### Control Panel / Viewer
3434

35-
To view the reports generated by PHP SPX, append `?SPX_UI_URI=/` to the end of your environment url (e.g `https://app.magento2.test/?SPX_UI_URI=/`).
35+
To view the reports generated by PHP SPX, append `?SPX_UI_URI=/&SPX_KEY=warden` to the end of your environment url (e.g `https://app.magento2.test/?SPX_UI_URI=/&SPX_KEY=warden`).
3636

3737
![Example PHP SPX Control Panel](screenshots/phpspx-control-panel.png)

0 commit comments

Comments
 (0)